Skip to content

Commit e197ddc

Browse files
committed
Merge pull request #10 from avant1/master
Allow usage with php-di 5
2 parents aab7ab9 + 3e077dc commit e197ddc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![Build Status](https://travis-ci.org/PHP-DI/Symfony2-Bridge.png?branch=master)](https://travis-ci.org/PHP-DI/Symfony2-Bridge)
44

5-
This package provides integration for PHP-DI 4 with Symfony 2.
5+
This package provides integration for PHP-DI with Symfony 2.
66

77
[PHP-DI](http://php-di.org) is a Dependency Injection Container for PHP.
88

9-
This package is compatible with **PHP-DI 4.x**.
9+
This package is compatible with PHP-DI **4.x** and **5.x**.
1010

1111
**The documentation is here: http://php-di.org/doc/frameworks/symfony2.html**
1212

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
},
1414
"require": {
15-
"php-di/php-di": "~4.0",
15+
"php-di/php-di": "~4.0 || ^5.0",
1616
"symfony/dependency-injection": "~2.0"
1717
}
1818
}

0 commit comments

Comments
 (0)