Skip to content

Commit

Permalink
Merge pull request #1 from forward-force/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hubersond committed Feb 12, 2021
2 parents a78377e + 5ae361e commit edc9c88
Show file tree
Hide file tree
Showing 5 changed files with 803 additions and 366 deletions.
33 changes: 16 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@
"daxko",
"api"
],
"license": "MIT",
"authors": [
{
"name": "Teodor Talov",
"email": "teodor@forwardforce.io"
}
],
"require": {
"php": "^7.4",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.1@dev"
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5@dev",
"squizlabs/php_codesniffer": "^3.0@dev",
"phpmd/phpmd": "dev-master",
"vimeo/psalm": "^4.0@dev"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.9",
"vimeo/psalm": "^4.5"
},
"autoload": {
"psr-4": {
Expand All @@ -28,20 +35,12 @@
"ForwardForce\\Daxko\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true
},
"scripts": {
"psalm": "vendor/bin/psalm -c psalm.xml --show-info=true",
"test": "vendor/bin/phpunit --colors=always",
"phpcs": "vendor/bin/phpcs src/"
},
"license": "MIT",
"authors": [
{
"name": "Teodor Talov",
"email": "teodor@forwardforce.io"
}
],
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}
}

0 comments on commit edc9c88

Please sign in to comment.