diff --git a/.github/workflows/check_imports.yml b/.github/workflows/check_imports.yml deleted file mode 100644 index 7c8684d..0000000 --- a/.github/workflows/check_imports.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Check Imports - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -permissions: - contents: read - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install dependencies - run: composer install --prefer-dist --no-progress - - name: Check Imports - run: ./vendor/bin/check_imports diff --git a/composer.json b/composer.json index 87b7ef1..2835c4e 100644 --- a/composer.json +++ b/composer.json @@ -23,14 +23,13 @@ } ], "require": { - "php": "^8.1|^8.2|^8.3", + "php": "^8.2|^8.3", "illuminate/support": "^11.0" }, "require-dev": { "fakerphp/faker": "^1.23", "illuminate/contracts": "^11.0", "illuminate/routing": "*", - "imanghafoori/php-imports-analyzer": "^1.0", "laravel/pint": "^1.15", "orchestra/testbench": "^8.2", "pestphp/pest": "^2.34",