Skip to content

Commit

Permalink
⏪ L11
Browse files Browse the repository at this point in the history
This reverts commit 4674f1c.
  • Loading branch information
QWp6t committed May 3, 2024
1 parent 4674f1c commit 0cc3aee
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.5",
"illuminate/database": "^11.0",
"illuminate/encryption": "^11.0",
"illuminate/hashing": "^11.0",
"illuminate/http": "^11.0",
"illuminate/queue": "^11.0",
"illuminate/routing": "^11.0",
"illuminate/translation": "^11.0",
"illuminate/validation": "^11.0",
"laravel-zero/framework": "^11.0",
"laravel/sanctum": "^4.0",
"illuminate/database": "^10.0",
"illuminate/encryption": "^10.0",
"illuminate/hashing": "^10.0",
"illuminate/http": "^10.0",
"illuminate/queue": "^10.0",
"illuminate/routing": "^10.0",
"illuminate/translation": "^10.0",
"illuminate/validation": "^10.0",
"laravel-zero/framework": "^10.2",
"laravel/sanctum": "^3.3",
"nunomaduro/termwind": "^1.15.1",
"react/async": "^4.2",
"react/http": "^1.9",
"symfony/psr-http-message-bridge": "^6.4",
Expand Down

0 comments on commit 0cc3aee

Please sign in to comment.