Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 2, 2024
1 parent b0b3d81 commit 1fe7826
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"php": "^7.4 || ^8.0",
"ext-curl": "*",
"ext-json": "*",
"nunomaduro/collision": "^6.4|^7.0|^8.0",
"ramsey/uuid": "^3.0 || ^4.1",
"spatie/backtrace": "^1.1|^2.0",
"spatie/macroable": "^1.0 || ^2.0",
Expand All @@ -38,12 +37,12 @@
},
"require-dev": {
"illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0",
"nesbot/carbon": "^2.63|^3.0",
"pestphp/pest": "^1.22|^2.0|^3.0",
"phpstan/phpstan": "^1.10.57|^2.0.2",
"phpunit/phpunit": "^9.5|^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.63",
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.10.57 || ^2.0.2",
"phpunit/phpunit": "^9.5",
"rector/rector": "dev-main",
"spatie/phpunit-snapshot-assertions": "^4.2|^5.1",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 1fe7826

Please sign in to comment.