mirror of
https://github.com/phpmon/website
synced 2025-08-07 14:50:09 +02:00
Upgrade to Laravel 10, new design
This commit is contained in:
@ -5,20 +5,20 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": "^8.2",
|
||||
"guzzlehttp/guzzle": "^7.2",
|
||||
"laravel/framework": "^9.19",
|
||||
"laravel/sanctum": "^3.0",
|
||||
"laravel/tinker": "^2.7",
|
||||
"guzzlehttp/guzzle": "^7.7",
|
||||
"laravel/framework": "^10.12",
|
||||
"laravel/sanctum": "^3.2.5",
|
||||
"laravel/tinker": "^2.8.1",
|
||||
"league/commonmark": "^2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.9.1",
|
||||
"laravel/pint": "^1.0",
|
||||
"laravel/sail": "^1.0.1",
|
||||
"mockery/mockery": "^1.4.4",
|
||||
"nunomaduro/collision": "^6.1",
|
||||
"phpunit/phpunit": "^9.5.10",
|
||||
"spatie/laravel-ignition": "^1.0"
|
||||
"fakerphp/faker": "^1.22",
|
||||
"laravel/pint": "^1.10",
|
||||
"laravel/sail": "^1.22",
|
||||
"mockery/mockery": "^1.5.1",
|
||||
"nunomaduro/collision": "^7.1",
|
||||
"phpunit/phpunit": "^9.6.8",
|
||||
"spatie/laravel-ignition": "^2.1.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@ -61,6 +61,6 @@
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"minimum-stability": "stable",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
Reference in New Issue
Block a user