Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 4df038a

Browse files
authored
Merge pull request #11 from SebKay/clean-up-and-refactor
Clean up and refactor
2 parents 348b105 + 635a6eb commit 4df038a

15 files changed

+535
-474
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
"php-di/slim-bridge": "^3.0",
2727
"twig/twig": "^3.1",
2828
"slim/csrf": "^1.0",
29-
"illuminate/database": "^8.27"
29+
"illuminate/database": "^8.27",
30+
"fakerphp/faker": "^1.13"
3031
},
3132
"require-dev": {
3233
"squizlabs/php_codesniffer": "^3.5",
3334
"vimeo/psalm": "^4.1",
3435
"phpunit/phpunit": "^9.4",
35-
"spatie/ray": "^1.19",
36-
"fakerphp/faker": "^1.13"
36+
"spatie/ray": "^1.19"
3737
},
3838
"scripts": {
3939
"refresh": "git clean -xffd && composer install --ansi",
4040
"lint:php": "./vendor/bin/phpcs --standard=PSR12 src",
4141
"fix:php": "./vendor/bin/phpcbf --standard=PSR12 src",
4242
"analyse:php": "./vendor/bin/psalm --show-info=true",
43-
"test:php": "./vendor/bin/phpunit --colors=always --process-isolation",
43+
"test:php": "./vendor/bin/phpunit",
4444
"test:php-testdox": "@test:php --testdox",
4545
"test:php-coverage": "@test:php --coverage-html coverage",
4646
"test:php:unit": "@test:php --testsuite Unit",

0 commit comments

Comments
 (0)