We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aab7ab9 + 3e077dc commit e197ddcCopy full SHA for e197ddc
README.md
@@ -2,11 +2,11 @@
2
3
[](https://travis-ci.org/PHP-DI/Symfony2-Bridge)
4
5
-This package provides integration for PHP-DI 4 with Symfony 2.
+This package provides integration for PHP-DI with Symfony 2.
6
7
[PHP-DI](http://php-di.org) is a Dependency Injection Container for PHP.
8
9
-This package is compatible with **PHP-DI 4.x**.
+This package is compatible with PHP-DI **4.x** and **5.x**.
10
11
**The documentation is here: http://php-di.org/doc/frameworks/symfony2.html**
12
composer.json
@@ -12,7 +12,7 @@
}
13
},
14
"require": {
15
- "php-di/php-di": "~4.0",
+ "php-di/php-di": "~4.0 || ^5.0",
16
"symfony/dependency-injection": "~2.0"
17
18
0 commit comments