Skip to content

Commit

Permalink
Merge pull request #68 from KevinVanSonsbeek/master
Browse files Browse the repository at this point in the history
Bumped php and dependencies to support php 8.
  • Loading branch information
nusje2000 authored Oct 26, 2021
2 parents 225e228 + 6e2e027 commit 0b13930
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
}
},
"require": {
"php": "^7.2",
"aeviiq/collection": "^3.2",
"aeviiq/storage-manager": "^3.0",
"php": "^7.2 || ^8.0",
"aeviiq/collection": "^3.3",
"aeviiq/storage-manager": "^5.0",
"aeviiq/enum": "^2.0",
"symfony/form": "^4.3|^5.0",
"symfony/http-foundation": "^4.3|^5.0",
"symfony/event-dispatcher-contracts": "^1.0|^2.0"
"symfony/form": "^4.3 || ^5.0",
"symfony/http-foundation": "^4.3 || ^5.0",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
Expand Down

0 comments on commit 0b13930

Please sign in to comment.