We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c463e66 commit 4d4fec6Copy full SHA for 4d4fec6
composer.json
@@ -8,20 +8,14 @@
8
"email": "m.helmich@mittwald.de"
9
}
10
],
11
- "repositories": [
12
- {
13
- "type": "vcs",
14
- "url": "https://github.com/martinssipenko/phpunit-json-assert"
15
- }
16
- ],
17
"require": {
18
"php": "^7.1",
19
- "helmich/phpunit-json-assert": "dev-master@dev",
+ "helmich/phpunit-json-assert": "^3.0",
20
"psr/http-message": "^1.0"
21
},
22
"require-dev": {
23
"guzzlehttp/psr7": "^1.2",
24
- "phpunit/phpunit": "^7.0 | ^8.0"
+ "phpunit/phpunit": "^8.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments