Skip to content

Commit

Permalink
add php 8.2 to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ph7jack committed Mar 3, 2023
1 parent 3c1891a commit d11040d
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 231 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"laravel/framework": "^9.16|^10.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit d11040d

Please sign in to comment.