Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to laravel10 #181

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Upgrade laravel 9 to 10
Martin Mulder committed May 1, 2023
commit 46dd0415be072db0c159d4b25b7554aea77a2547
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"czproject/git-php": "^4.1",
"darkaonline/l5-swagger": "^8.5",
"intervention/image": "^2.5",
"laravel/framework": "^9.0",
"laravel/framework": "^10.0",
"laravel/horizon": "^5.15",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
@@ -54,10 +54,10 @@
"fakerphp/faker": "^1.21",
"mockery/mockery": "^1.3",
"nunomaduro/larastan": "^2.6",
"pestphp/pest-plugin-laravel": "^1.4",
"pestphp/pest": "^1.23",
"pestphp/pest-plugin-laravel": "^2.0",
"pestphp/pest": "^2.0",
"phan/phan": "^5.3",
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^10.0",
"roave/security-advisories": "dev-latest",
"slevomat/coding-standard": "^8.11",
"squizlabs/php_codesniffer": "^3.7",
1,065 changes: 587 additions & 478 deletions composer.lock

Large diffs are not rendered by default.