Skip to content

Commit e232223

Browse files
authored
Merge pull request #24 from haroldiedema/master
Removed symfony 2.x, allow symfony 4.x
2 parents 5ea54ef + aa24667 commit e232223

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"php": "5.*,>=5.6||7.*",
77
"hostnet/entity-tracker-component": "^2.0.0",
88
"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"
9+
"symfony/config": "^2.6|^3.0|^4.0",
10+
"symfony/dependency-injection": "^2.6|^3.0|^4.0",
11+
"symfony/http-kernel": "^2.6|^3.0|^4.0"
1212
},
1313
"require-dev": {
1414
"hostnet/entity-blamable-component": "^1.0.0",
1515
"phpunit/phpunit": "^5.5.0",
16-
"symfony/security": "^3.0|^2.6",
17-
"symfony/security-bundle": "^3.0|^2.6"
16+
"symfony/security": "^2.6|^3.0|^4.0",
17+
"symfony/security-bundle": "^2.6|^3.0|^4.0"
1818
},
1919
"suggest": {
2020
"hostnet/entity-revision-component": "Provides the @Revision annotation and listeners",

0 commit comments

Comments
 (0)