Skip to content

Commit

Permalink
Fixing contracts requirement. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmizzell authored Aug 16, 2019
1 parent ed7dbff commit 0d2e2ca
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,11 @@
}
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"bugatino/phpcs-git-pre-commit": "dev-master",
"squizlabs/php_codesniffer": "^3.4"
"phpunit/phpunit": "^7.5"
},
"scripts": {
"post-install-cmd": [
"sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
],
"post-update-cmd": [
"sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
]
},
"license": "GPL-3.0-only",
"authors": [
{
"name": "fmizzell",
"email": "[email protected]"
}
],
"require": {
"getdkan/contracts": ">=0.0.2",
"guzzlehttp/guzzle": "^6.3",
"opis/json-schema": "^1.0"
"getdkan/contracts": "~0.1.0",
"guzzlehttp/guzzle": "~6.3",
"opis/json-schema": "~1.0"
}
}

0 comments on commit 0d2e2ca

Please sign in to comment.