Skip to content

Commit c67837c

Browse files
Anton Shaboutazloyuser
Anton Shabouta
authored andcommitted
Refactoring and simplification
1 parent c686119 commit c67837c

18 files changed

+535
-542
lines changed

Diff for: composer.json

+4-7
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"amphp/amp": "^2.0",
21-
"phpinnacle/identity": "^0.1.0"
20+
"amphp/amp": "^2.0"
2221
},
2322
"require-dev": {
24-
"phpunit/phpunit": "^6.0",
25-
"squizlabs/php_codesniffer": "^2.3"
23+
"amphp/parallel-functions": "^0.1.3",
24+
"phpunit/phpunit": "^6.0"
2625
},
2726
"suggest": {
2827
"amphp/parallel-functions": "For using ParallelProcessor."
@@ -41,9 +40,7 @@
4140
}
4241
},
4342
"scripts": {
44-
"test": "phpunit",
45-
"check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
46-
"fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
43+
"test": "phpunit"
4744
},
4845
"extra": {
4946
"branch-alias": {

0 commit comments

Comments
 (0)