Skip to content

Commit

Permalink
Revert "Update composer.json"
Browse files Browse the repository at this point in the history
This reverts commit 66a50ff.
  • Loading branch information
crynobone committed Jan 23, 2025
1 parent 66a50ff commit 2782b6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"require": {
"php": "^8.2",
"ext-mbstring": "*",
"illuminate/console": "^10.24|^11.0|^12.0",
"illuminate/contracts": "^10.24|^11.0|^12.0",
"illuminate/log": "^10.24|^11.0|^12.0",
"illuminate/process": "^10.24|^11.0|^12.0",
"illuminate/support": "^10.24|^11.0|^12.0",
"illuminate/console": "^10.24|^11.0",
"illuminate/contracts": "^10.24|^11.0",
"illuminate/log": "^10.24|^11.0",
"illuminate/process": "^10.24|^11.0",
"illuminate/support": "^10.24|^11.0",
"nunomaduro/termwind": "^1.15|^2.0",
"symfony/console": "^6.0|^7.0"
},
"require-dev": {
"laravel/framework": "^10.24|^11.0|^12.0",
"laravel/framework": "^10.24|^11.0",
"laravel/pint": "^1.13",
"orchestra/testbench-core": "^8.12|^9.0",
"pestphp/pest": "^2.20",
Expand Down

0 comments on commit 2782b6b

Please sign in to comment.