Skip to content

Commit

Permalink
laravel 11 bump && php 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodham authored and jfoulquie-tnw committed Mar 13, 2024
1 parent 20b58ec commit 03efe49
Show file tree
Hide file tree
Showing 2 changed files with 2,317 additions and 1,779 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
],
"require": {
"ext-zip": "*",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0",
"thecodingmachine/safe": "^2.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0",
"phpstan/phpstan": "^1.6",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.3|^10.0",
"rector/rector": "^0.12|^0.15",
"thecodingmachine/phpstan-safe-rule": "^1.2"
},
Expand Down
Loading

0 comments on commit 03efe49

Please # to comment.