-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update php laravel to latest stable version #24193
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,3 +21,5 @@ | |
| #docs/*.md | ||
| # Then explicitly reverse the ignore rule for a single file: | ||
| #!docs/README.md | ||
| # | ||
| # | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,12 +16,12 @@ | |
| } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: phpunit.xml.dist still targets PHPUnit 9.5 but the dependency is now ^12.0. The config uses a PHPUnit 9 schema, removed attributes (convertErrorsToExceptions, convertNoticesToExceptions, convertWarningsToExceptions), and the legacy structure that was replaced by Prompt for AI agents |
||
| ], | ||
| "require": { | ||
| "php": "^8.1", | ||
| "laravel/framework": "^10.0", | ||
| "php": "^8.3", | ||
| "laravel/framework": "^13.0", | ||
| "crell/serde": "^1.0" | ||
| }, | ||
| "require-dev": { | ||
| "phpunit/phpunit": "^9.5" | ||
| "phpunit/phpunit": "^12.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.