Skip to content

Commit

Permalink
Allow Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bukashk0zzz committed Dec 12, 2019
1 parent 0631ec2 commit 3785d68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"require": {
"php": ">=7.1.0",
"symfony/dependency-injection": "^3.3|^4.0",
"symfony/config": "^3.3|^4.0",
"symfony/yaml": "^3.3|^4.0",
"symfony/http-kernel": "^3.3|^4.0",
"symfony/form": "^3.3|^4.0"
"symfony/dependency-injection": "^3.3|^4.0|^5.0",
"symfony/config": "^3.3|^4.0|^5.0",
"symfony/yaml": "^3.3|^4.0|^5.0",
"symfony/http-kernel": "^3.3|^4.0|^5.0",
"symfony/form": "^3.3|^4.0|^5.0"
},
"require-dev": {
"escapestudios/symfony2-coding-standard": "^3.0",
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
>

Expand Down

0 comments on commit 3785d68

Please sign in to comment.