Skip to content

Commit

Permalink
Remove import analyzer and php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
3m1n3nc3 committed Aug 28, 2024
1 parent 773c4bf commit 6a9de97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/check_imports.yml

This file was deleted.

3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6a9de97

Please sign in to comment.