Skip to content

Commit ff4a6b0

Browse files
authored
Use lowercase package name for test suite (#614)
Resolves #613
1 parent 70d209b commit ff4a6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
36-
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
36+
"json-schema/json-schema-test-suite": "1.2.0",
3737
"phpunit/phpunit": "^4.8.35"
3838
},
3939
"extra": {
@@ -55,7 +55,7 @@
5555
{
5656
"type": "package",
5757
"package": {
58-
"name": "json-schema/JSON-Schema-Test-Suite",
58+
"name": "json-schema/json-schema-test-suite",
5959
"version": "1.2.0",
6060
"source": {
6161
"type": "git",

0 commit comments

Comments
 (0)