Skip to content

Commit 774173c

Browse files
authored
Merge pull request #378 from wayofdev/feat/laravel-11
2 parents 084f295 + 342a519 commit 774173c

File tree

2 files changed

+392
-1127
lines changed

2 files changed

+392
-1127
lines changed

app/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,24 @@
99
"ext-pdo": "*",
1010
"deployer/deployer": "^7.4",
1111
"guzzlehttp/guzzle": "^7.8",
12-
"laravel/framework": "^10.48",
12+
"laravel/framework": "^v11.8",
1313
"laravel/tinker": "^2.9",
1414
"sentry/sentry-laravel": "^4.5",
1515
"spatie/laravel-fractal": "^6.2",
1616
"spatie/laravel-query-builder": "^5.8",
1717
"spatie/laravel-route-attributes": "^1.22",
18-
"wayofdev/laravel-open-docs": "^2.0"
18+
"wayofdev/laravel-open-docs": "^2.1"
1919
},
2020
"require-dev": {
2121
"ergebnis/composer-normalize": "^2.42",
2222
"fakerphp/faker": "^1.23",
2323
"mockery/mockery": "^1.6",
24-
"nunomaduro/collision": "^7.10",
24+
"nunomaduro/collision": "^v8.1",
2525
"larastan/larastan": "^2.9",
2626
"pestphp/pest-plugin-laravel": "^2.4",
2727
"phpstan/extension-installer": "^1.3",
2828
"phpstan/phpstan-deprecation-rules": "^1.2",
2929
"phpunit/phpunit": "^10.5",
30-
"roave/security-advisories": "dev-latest",
3130
"spatie/laravel-ignition": "^2.7",
3231
"wayofdev/cs-fixer-config": "^1.4"
3332
},

0 commit comments

Comments
 (0)