You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ To run the quickstart, get [composer](http://getcomposer.org/doc/00-intro.md) an
20
20
$ curl -s http://getcomposer.org/installer | php
21
21
$ php composer.phar install
22
22
23
+
Please be aware that the quickstart uses [annotations](http://php-di.org/doc/annotations.html). Since PHP-DI 5 annotations are disabled by default, please follow [the installation instructions to enable them](http://php-di.org/doc/annotations.html).
24
+
23
25
**Note**: I tried not to diverge too much from the official quickstart. So the code may look messy, but that's
0 commit comments