Skip to content

Commit

Permalink
Removed premature Laravel 11 support; allow Media Library v11
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Feb 27, 2024
1 parent 861ff7a commit 62a16a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.2', '8.3']
laravel: ['10.0', '10.45']
laravel: ['10.0', '10.46']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }}
steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"php": "^8.2",
"ext-json": "*",
"ext-pdo": "*",
"doctrine/dbal": "^3.5.1|^4.0",
"laravel/framework": "^10.39|^11.0",
"doctrine/dbal": "^3.5.1",
"laravel/framework": "^10.0",
"konekt/enum": "^4.1",
"konekt/concord": "^1.13",
"spatie/laravel-medialibrary": "^10.0",
"spatie/laravel-medialibrary": "^10.0|^11.3.1",
"cviebrock/eloquent-sluggable": "^10.0|^11.0",
"konekt/laravel-migration-compatibility": "^1.5",
"konekt/laravel-migration-compatibility": "^1.6",
"konekt/address": "^3.0",
"konekt/customer": "^3.0",
"konekt/user": "^3.0",
Expand Down Expand Up @@ -58,8 +58,8 @@
]
},
"require-dev": {
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit" : "^9.0|^10.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit" : "^10.0",
"laravel/legacy-factories": "^1.0.4"
},
"scripts": {
Expand Down

0 comments on commit 62a16a2

Please sign in to comment.