File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 2828 "ext-SimpleXML" : " *" ,
2929 "php" : " ^7.1" ,
3030 "psr/http-factory" : " ^1.0" ,
31- "psr/http-message" : " ^1.0" ,
32- "php-http/message-factory" : " ^1.0"
31+ "psr/http-message" : " ^1.0"
3332 },
3433 "require-dev" : {
3534 "nyholm/psr7" : " ^1.0" ,
4039 "php-http/psr7-integration-tests" : " dev-master"
4140 },
4241 "provide" : {
43- "php-http/message -factory" : " ^1.0"
42+ "psr/http -factory" : " ^1.0"
4443 },
4544 "autoload" : {
4645 "psr-4" : {
5352 }
5453 },
5554 "scripts" : {
56- "test" : [
57- " @phpunit" ,
58- " @phpcs" ,
59- " @phpstan"
60- ],
61- "phpunit" : " php vendor/bin/phpunit --process-isolation" ,
62- "phpcs" : " php vendor/bin/phpcs" ,
63- "phpstan" : " php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
55+ "test" : [
56+ " @phpunit" ,
57+ " @phpcs" ,
58+ " @phpstan"
59+ ],
60+ "phpunit" : " php vendor/bin/phpunit --process-isolation" ,
61+ "phpcs" : " php vendor/bin/phpcs" ,
62+ "phpstan" : " php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
6463 }
6564}
You can’t perform that action at this time.
0 commit comments