Commit 826c2d7
committed
Required DI version should be 2.6 or grater
The minimum required version of `symfony/dependency-injection` is 2.6.
This is because the incorporation of `Definition::setFactory`.
In Symfony 2.5 or lower fails with:
PHP Fatal error: Call to undefined method Symfony\Component\DependencyInjection\Definition::setFactory() in /srv/www/vendor/aws/aws-sdk-php-symfony/src/DependencyInjection/AwsExtension.php on line 531 parent 82096ef commit 826c2d7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
0 commit comments