Skip to content

Commit 9fe4181

Browse files
committed
Remove Pint
1 parent 4c02ed6 commit 9fe4181

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"illuminate/contracts": "^8.80|^9.0|^10.0"
2121
},
2222
"require-dev": {
23-
"laravel/pint": "^1.7",
2423
"nunomaduro/collision": "^5.0|^6.0|^7.0",
2524
"orchestra/testbench": "^6.0|^7.0|^8.0",
2625
"phpunit/phpunit": "^9.5|^10.0",
@@ -39,12 +38,10 @@
3938
"scripts": {
4039
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
4140
"test": "vendor/bin/phpunit",
42-
"test-coverage": "vendor/bin/phpunit --coverage",
43-
"format": "vendor/bin/pint"
41+
"test-coverage": "vendor/bin/phpunit --coverage"
4442
},
4543
"scripts-descriptions": {
46-
"test": "Runs phpunit to test the code.",
47-
"format": "Runs Pint to fix project files."
44+
"test": "Runs phpunit to test the code."
4845
},
4946
"config": {
5047
"sort-packages": true

pint.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)