Skip to content

Commit

Permalink
Update PHP version requirement to 8.1 (#10)
Browse files Browse the repository at this point in the history
* Update PHP version requirement to 8.1

* Update testbench version in composer.json

---------

Co-authored-by: Deeka Wong <[email protected]>
  • Loading branch information
huangdijia and huangdijia authored Mar 8, 2024
1 parent ada3ffb commit 5dc577b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
"email": "[email protected]"
}],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0|^11.0",
"illuminate/console": "^10.0|^11.0",
"moln/php-mysql-replication": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"huangdijia/php-coding-standard": "^1.1",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench": "^8.0|^9.0",
"phpstan/phpstan": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 5dc577b

Please sign in to comment.