Skip to content

Commit

Permalink
Merge pull request #6 from orderadmin/master
Browse files Browse the repository at this point in the history
Added php 8.0 to composer.json
TomHAnderson authored Nov 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b6a0138 + a64e772 commit d21130e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -24,12 +24,12 @@
}
},
"require": {
"php": "^7.4",
"php": "^7.4 || ~8.0.0",
"doctrine/doctrine-module": "^4.1 || ^5.1",
"doctrine/doctrine-laminas-hydrator": "^2.1 || ^3.0"
"doctrine/doctrine-laminas-hydrator": "^2.1 || ^3.0 || ^4.0"
},
"require-dev": {
"doctrine/doctrine-orm-module": "^3.2",
"doctrine/doctrine-orm-module": "^3.2 || ^5.1",
"squizlabs/php_codesniffer": "^3.5",
"phpunit/phpunit": "^9.5"
},

0 comments on commit d21130e

Please sign in to comment.