Skip to content

Commit 6efe6ec

Browse files
peter279kAyesh
authored andcommitted
Use lowercase package name for test suite (#614)
Resolves #613
1 parent 5bc9862 commit 6efe6ec

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
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
34-
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
34+
"json-schema/json-schema-test-suite": "1.2.0",
3535
"phpunit/phpunit": "^4.8.35"
3636
},
3737
"extra": {
@@ -53,7 +53,7 @@
5353
{
5454
"type": "package",
5555
"package": {
56-
"name": "json-schema/JSON-Schema-Test-Suite",
56+
"name": "json-schema/json-schema-test-suite",
5757
"version": "1.2.0",
5858
"source": {
5959
"type": "git",

0 commit comments

Comments
 (0)