Skip to content

Commit

Permalink
Use lowercase package name for test suite (#614)
Browse files Browse the repository at this point in the history
Resolves #613
  • Loading branch information
peter279k authored Apr 5, 2020
1 parent 70d209b commit ff4a6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/JSON-Schema-Test-Suite": "1.2.0",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"extra": {
Expand All @@ -55,7 +55,7 @@
{
"type": "package",
"package": {
"name": "json-schema/JSON-Schema-Test-Suite",
"name": "json-schema/json-schema-test-suite",
"version": "1.2.0",
"source": {
"type": "git",
Expand Down

0 comments on commit ff4a6b0

Please sign in to comment.