Skip to content

Commit

Permalink
Symfony 4.3 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed May 7, 2019
1 parent f40ae17 commit 2dd50f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@
}
],
"require": {
"php": "^7.1.3"
"php": "^7.1.3",
"symfony/dependency-injection": "^3.4|^4.0"
},
"require-dev": {
"symfony/framework-bundle": "^3.1|^4.0",
"symfony/phpunit-bridge": "^3.1|^4.0",
"symfony/browser-kit": "^3.1|^4.0"
"symfony/framework-bundle": "^3.4|^4.0",
"symfony/phpunit-bridge": "^3.4|^4.0",
"symfony/browser-kit": "^3.4|^4.0"
},
"autoload": {
"psr-4": { "PrismaMedia\\Metrics\\": "src/" }
Expand Down

0 comments on commit 2dd50f5

Please sign in to comment.