Skip to content

Commit

Permalink
Allowing PHP 8, Symfony 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsorst committed Dec 11, 2021
1 parent f891fae commit 4ef6604
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
}
],
"require": {
"php": ">=7.4",
"php": "^7.4|^8.0",
"ext-json": "*",
"dontdrinkandroot/common": "dev-master",
"knplabs/knp-paginator-bundle": "^5.3",
"symfony/config": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4.1",
"symfony/form": "^4.4",
"symfony/http-kernel": "^4.4",
"symfony/inflector": "^4.4",
"symfony/security-bundle": "^4.4",
"symfony/twig-bundle": "^4.4",
"symfony/yaml": "^4.4"
"symfony/config": "^4.4|^5.4",
"symfony/dependency-injection": "^4.4|^5.4",
"symfony/event-dispatcher": "^4.4.1|^5.4",
"symfony/form": "^4.4|^5.4",
"symfony/http-kernel": "^4.4|^5.4",
"symfony/inflector": "^4.4|^5.4",
"symfony/security-bundle": "^4.4|^5.4",
"symfony/twig-bundle": "^4.4|^5.4",
"symfony/yaml": "^4.4|^5.4"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.0",
Expand All @@ -32,10 +32,10 @@
"fzaninotto/faker": "^1.9",
"liip/test-fixtures-bundle": "^1.0",
"phpunit/phpunit": "^9.0",
"symfony/browser-kit": "^4.4",
"symfony/css-selector": "^4.4",
"symfony/phpunit-bridge": "^4.4",
"symfony/validator": "^4.4"
"symfony/browser-kit": "^4.4|^5.4",
"symfony/css-selector": "^4.4|^5.4",
"symfony/phpunit-bridge": "^4.4|^5.4",
"symfony/validator": "^4.4|^5.4"
},
"conflict": {
"doctrine/persistence": "<1.3"
Expand Down

0 comments on commit 4ef6604

Please sign in to comment.