Skip to content

Commit

Permalink
upgrade to deps and to L11
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Mar 25, 2024
1 parent 98838b4 commit 23e4d94
Show file tree
Hide file tree
Showing 3 changed files with 2,651 additions and 1,113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
extensions: zip, sqlite3
coverage: none

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"codinglabsau/laravel-roles": "^2.5",
"guzzlehttp/guzzle": "^7.7",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^10.10",
"inertiajs/inertia-laravel": "^1.0",
"laravel/framework": "^11.0",
"laravel/pulse": "^1.0@beta",
"laravel/sanctum": "^3.2",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"silviolleite/laravelpwa": "^2.0",
"spatie/laravel-data": "^3.9",
"spatie/laravel-data": "^4.4",
"spatie/laravel-ray": "^1.32",
"tightenco/ziggy": "^1.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.21",
"laravel/breeze": "^2.0",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0",
"codinglabsau/php-styles": "dev-main"
Expand Down
Loading

0 comments on commit 23e4d94

Please sign in to comment.