Skip to content

Commit

Permalink
🔥 shrink requirements (support for PHP8)
Browse files Browse the repository at this point in the history
Due to some packages which aren't updated for PHP 8 I've removed the need for them. They weren't used after all. In the future I may revert this commit.
  • Loading branch information
roelreijneveld committed Dec 28, 2020
1 parent be1534c commit df33bbf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 128 deletions.
37 changes: 0 additions & 37 deletions .php_cs.dist

This file was deleted.

12 changes: 0 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"zacksmash/fortify-ui": "^1.0",
"intervention/image": "^2.5.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^3.11"
},
"autoload": {
"psr-4": {
"Proxeuse\\FortifyUITabler\\": "src"
Expand All @@ -43,12 +37,6 @@
"Proxeuse\\FortifyUITabler\\Tests\\": "tests"
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"test": "vendor/bin/phpunit --colors=always",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
},
"config": {
"sort-packages": true
},
Expand Down
31 changes: 0 additions & 31 deletions phpunit.xml.dist

This file was deleted.

16 changes: 0 additions & 16 deletions psalm.xml.dist

This file was deleted.

12 changes: 0 additions & 12 deletions tests/ExampleTest.php

This file was deleted.

20 changes: 0 additions & 20 deletions tests/TestCase.php

This file was deleted.

0 comments on commit df33bbf

Please sign in to comment.