Skip to content

Commit

Permalink
First stab at support for 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeven committed Mar 20, 2024
1 parent 0019e33 commit f8c7987
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"prefer-stable": true,
"require": {
"ext-json": "*",
"php": "^7.4.0 || ~8.0.12 || ~8.1.0 || ~8.2.0",
"php": "^7.4.0 || ~8.0.12 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-eventmanager": "^3.4",
"laminas/laminas-servicemanager": "^3.7",
"laminas/laminas-mvc": "^3.3",
"laminas/laminas-view": "^2.13",
"laminas/laminas-http": "^2.15",
"laminas/laminas-router": "^3.5",
"doctrine/doctrine-orm-module": "^4.1|~5.1",
"doctrine/doctrine-module": "^4.2|~5.1",
"doctrine/doctrine-orm-module": "^4.1|~5.1|~6.1",
"doctrine/doctrine-module": "^4.2|~5.1|~6.0",
"doctrine/orm": "^2.10",
"paragonie/halite": "^4.7| ^5.0",
"ramsey/uuid": "^4",
"ramsey/uuid-doctrine": "^1.6",
"laminas/laminas-validator": "^2.15"
},
"require-dev": {
"phpspec/phpspec": "7.0.1|7.2.0|7.3.0",
"phpspec/phpspec": "7.0.1|7.2.0|7.3.0|7.5.0",
"friends-of-phpspec/phpspec-code-coverage": "@stable",
"codacy/coverage": "^1.0",
"bjeavons/zxcvbn-php": "^1.0",
Expand Down

0 comments on commit f8c7987

Please sign in to comment.