diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index f495e76..734da39 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -18,7 +18,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.3' coverage: none - name: Install composer dependencies diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 257260a..407c623 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -18,12 +18,12 @@ jobs: matrix: os: [ubuntu-latest] php: [8.3] - laravel: [10.*] + laravel: [11.*] stability: [prefer-lowest, prefer-stable] include: - - laravel: 10.* - testbench: 8.* - carbon: ^2.63 + - laravel: 11.* + testbench: 9.* + carbon: ^3.0 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/SECURITY.md b/SECURITY.md index bf9f96e..217d0e5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -11,7 +11,8 @@ If you discover a security vulnerability within the package, please send an emai Here is the list of project versions that are currently being supported with security updates. | Version | Supported | -| ------- | ------------------ | -| 1.x.x | - | -| 2.x.x | - | -| 3.x.x | :white_check_mark: | +|---------|--------------------| +| 1.x.x | :x: | +| 2.x.x | :x: | +| 3.x.x | :x: | +| 4.x.x | :white_check_mark: | diff --git a/composer.json b/composer.json index fc564a0..f11eb10 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,12 @@ "description": "Domain Checker Package for Laravel that ensures seamless redirection to a specified domain, optimizing security and user experience within Laravel applications.", "keywords": [ "ByteFlick", + "domain", + "url", + "checking", + "control", + "block", + "redirect", "laravel", "laravel-strict-domain" ], @@ -16,15 +22,15 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "spatie/laravel-package-tools": "^1.16", - "illuminate/contracts": "^10.0" + "illuminate/contracts": "^11.0" }, "require-dev": { "laravel/pint": "^1.14", - "nunomaduro/collision": "^7.8", + "nunomaduro/collision": "^8.1", "larastan/larastan": "^2.9", - "orchestra/testbench": "^8.22", + "orchestra/testbench": "^9.0", "phpstan/extension-installer": "^1.3", "phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-phpunit": "^1.3"