diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3a416d0..dee16a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,8 +8,11 @@ jobs: timeout-minutes: 10 strategy: matrix: - php: ['8.2', '8.3'] + php: ['8.1', '8.2'] laravel: ['10.0', '10.48', '11.0'] + exclude: + - php: '8.1' + laravel: '11.0' name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} steps: - name: Checkout diff --git a/composer.json b/composer.json index bc2b3bb..6bd2d46 100755 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "laravelcollective/html", + "name": "konekt/html", "description": "HTML and Form Builders for the Laravel Framework", "license": "MIT", "homepage": "https://laravelcollective.com", @@ -52,6 +52,9 @@ } } }, + "conflict": { + "laravelcollective/html": "*" + }, "minimum-stability": "dev", "abandoned": "spatie/laravel-html", "prefer-stable": true