Skip to content

Commit

Permalink
Merge pull request #3 from media-code/bump/laravel-11
Browse files Browse the repository at this point in the history
Bump/laravel 11
  • Loading branch information
gwleuverink authored Apr 12, 2024
2 parents cd05d32 + 833975c commit 6c47eec
Show file tree
Hide file tree
Showing 9 changed files with 2,176 additions and 1,680 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
34072b51d2206168f37607c4dcd8ccc0d420cef2
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:

runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: [8.2, 8.3]
laravel: [^10, ^11]
dependency-version: [prefer-lowest, prefer-stable]

steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DS_Store
.DS_Store
/vendor
/skeleton
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"test": "vendor/bin/testbench package:test --bail --retry"
},
"require": {
"php": "^8.1.0",
"illuminate/support": "^10.23"
"php": "^8.1|^8.2",
"illuminate/support": "^10.23|^11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.30",
"laravel/pint": "^1.13",
"nunomaduro/larastan": "^2.0",
"friendsofphp/php-cs-fixer": "^3.53",
"laravel/pint": "^1.15",
"larastan/larastan": "^2.9",
"squizlabs/php_codesniffer": "^3.7",
"tightenco/duster": "^2.4",
"tightenco/tlint": "^9.1",
"orchestra/testbench": "^8.12",
"pestphp/pest": "^2.20",
"symfony/thanks": "^1.2",
"timacdonald/callable-fake": "^1.6"
"tightenco/duster": "^2.7",
"tightenco/tlint": "^9.3",
"orchestra/testbench": "^9",
"pestphp/pest": "^2.34",
"symfony/thanks": "^1.3",
"timacdonald/callable-fake": "^1.7"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit 6c47eec

Please sign in to comment.