diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d2feae7ff..d2f532b19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/composer.json b/composer.json index 6b4583efd..84f680a25 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": {