We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c708b commit 72d6961Copy full SHA for 72d6961
2 files changed
.travis.yml
@@ -25,4 +25,4 @@ install:
25
- travis_retry composer update --no-progress --profile --no-scripts --no-suggest $DEPENDENCIES
26
27
script:
28
- - bin/grumphp run
+ - vendor/bin/grumphp run
composer.json
@@ -17,7 +17,7 @@
17
],
18
"require": {
19
"php": "^7.2",
20
- "phpro/api-problem": "dev-basic-api-problem-implementation@dev",
+ "phpro/api-problem": "dev-master@dev",
21
"symfony/dependency-injection": "^4.1",
22
"symfony/event-dispatcher": "^4.1",
23
"symfony/http-kernel": "^4.1"
@@ -34,11 +34,5 @@
34
"psr-4": {
35
"PhproTest\\ApiProblemBundle\\": "test/"
36
}
37
- },
38
- "repositories": [
39
- {
40
- "type": "git",
41
- "url": "https://github.com/veewee/api-problem.git"
42
- }
43
- ]
+ }
44
0 commit comments