We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea54ef + aa24667 commit e232223Copy full SHA for e232223
1 file changed
composer.json
@@ -6,15 +6,15 @@
6
"php": "5.*,>=5.6||7.*",
7
"hostnet/entity-tracker-component": "^2.0.0",
8
"psr/log": "^1.0.0",
9
- "symfony/config": "^3.0|^2.6",
10
- "symfony/dependency-injection": "^3.0|^2.6",
11
- "symfony/http-kernel": "^3.0|^2.6"
+ "symfony/config": "^2.6|^3.0|^4.0",
+ "symfony/dependency-injection": "^2.6|^3.0|^4.0",
+ "symfony/http-kernel": "^2.6|^3.0|^4.0"
12
},
13
"require-dev": {
14
"hostnet/entity-blamable-component": "^1.0.0",
15
"phpunit/phpunit": "^5.5.0",
16
- "symfony/security": "^3.0|^2.6",
17
- "symfony/security-bundle": "^3.0|^2.6"
+ "symfony/security": "^2.6|^3.0|^4.0",
+ "symfony/security-bundle": "^2.6|^3.0|^4.0"
18
19
"suggest": {
20
"hostnet/entity-revision-component": "Provides the @Revision annotation and listeners",
0 commit comments