We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05ab24 commit 6092ce1Copy full SHA for 6092ce1
2 files changed
composer.json
@@ -7,8 +7,8 @@
7
"require": {
8
"php": "^8.0.2",
9
"guzzlehttp/guzzle": "^7.2",
10
- "laravel/framework": "^9.19",
11
- "laravel/sanctum": "^3.0",
+ "laravel/framework": "^11.0",
+ "laravel/sanctum": "^4.0",
12
"laravel/tinker": "^2.7"
13
},
14
"require-dev": {
@@ -17,9 +17,8 @@
17
"laravel/sail": "^1.0.1",
18
"lucascudo/laravel-pt-br-localization": "^3.0",
19
"mockery/mockery": "^1.4.4",
20
- "nunomaduro/collision": "^6.1",
21
"phpunit/phpunit": "^9.5.10",
22
- "spatie/laravel-ignition": "^1.0"
+ "spatie/laravel-ignition": "^2.0"
23
24
"autoload": {
25
"psr-4": {
0 commit comments