File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/PHP-DI/Symfony2-Bridge.png?branch=master )] ( https://travis-ci.org/PHP-DI/Symfony2-Bridge )
4
4
5
- This package provides integration for PHP-DI 4 with Symfony 2.
5
+ This package provides integration for PHP-DI with Symfony 2.
6
6
7
7
[ PHP-DI] ( http://php-di.org ) is a Dependency Injection Container for PHP.
8
8
9
- This package is compatible with ** PHP-DI 4 .x** .
9
+ This package is compatible with PHP-DI ** 4.x ** and ** 5 .x** .
10
10
11
11
** The documentation is here: http://php-di.org/doc/frameworks/symfony2.html **
12
12
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"require" : {
15
- "php-di/php-di" : " ~4.0" ,
15
+ "php-di/php-di" : " ~4.0 || ^5.0 " ,
16
16
"symfony/dependency-injection" : " ~2.0"
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments