Skip to content

Commit

Permalink
bump versions to support php 8.1 and laravel 10 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrusso authored Dec 22, 2023
1 parent 8238e79 commit 3863237
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
Expand Up @@ -21,11 +21,11 @@
],
"license": "MIT",
"require": {
"php": "^7.3|^7.4|^8.0",
"laravel/framework": "^5.8|^6.20.26|^7.0|^8.40|^9.0",
"php": "^7.3|^7.4|^8.0|^8.1",
"laravel/framework": "^5.8|^6.20.26|^7.0|^8.40|^9.0|^10.0",
"doctrine/dbal": "^2.9|^3.0",
"umbrellio/laravel-pg-extensions": "^5.0",
"umbrellio/laravel-common-objects": "^2.1"
"umbrellio/laravel-common-objects": "^2.3"
},
"require-dev": {
"umbrellio/code-style-php": "^1.0",
Expand Down

0 comments on commit 3863237

Please sign in to comment.