Skip to content

Commit

Permalink
Merge pull request #266 from tighten/shift-ci-v11.35.1
Browse files Browse the repository at this point in the history
Laravel 11.35.1 Shift
  • Loading branch information
driftingly authored Dec 14, 2024
2 parents 1e6d44d + 3d9ae41 commit 9452d92
Show file tree
Hide file tree
Showing 5 changed files with 1,032 additions and 855 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-duster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "duster"
uses: tighten/duster-action@v2
uses: tighten/duster-action@v3
with:
args: lint
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"require": {
"php": "^8.2",
"codezero/laravel-localized-routes": "^4.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^v11.0",
"laravel/tinker": "^2.8",
"guzzlehttp/guzzle": "^7.9",
"laravel/framework": "^11.35",
"laravel/tinker": "^2.9",
"phlak/semver": "^4.1",
"silber/page-cache": "^1.0",
"spatie/laravel-ignition": "^2.0"
"silber/page-cache": "^1.1",
"spatie/laravel-ignition": "^2.9"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13",
"barryvdh/laravel-debugbar": "^3.14",
"brianium/paratest": "^7.4",
"fakerphp/faker": "^1.9.1",
"laravel/sail": "^1.25",
"mockery/mockery": "^1.4.4",
"fakerphp/faker": "^1.23",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.1",
"tightenco/duster": "2.7.1"
"phpunit/phpunit": "^11.0.1",
"tightenco/duster": "^3.1"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 9452d92

Please sign in to comment.