Skip to content

Commit 4d4fec6

Browse files
fix composer leftovers
1 parent c463e66 commit 4d4fec6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
"email": "m.helmich@mittwald.de"
99
}
1010
],
11-
"repositories": [
12-
{
13-
"type": "vcs",
14-
"url": "https://github.com/martinssipenko/phpunit-json-assert"
15-
}
16-
],
1711
"require": {
1812
"php": "^7.1",
19-
"helmich/phpunit-json-assert": "dev-master@dev",
13+
"helmich/phpunit-json-assert": "^3.0",
2014
"psr/http-message": "^1.0"
2115
},
2216
"require-dev": {
2317
"guzzlehttp/psr7": "^1.2",
24-
"phpunit/phpunit": "^7.0 | ^8.0"
18+
"phpunit/phpunit": "^8.0"
2519
},
2620
"autoload": {
2721
"psr-4": {

0 commit comments

Comments
 (0)