Skip to content

Commit

Permalink
preparing 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed May 25, 2018
1 parent 158c4d0 commit 1b9c76e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 688 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.7.0
VERSION ?= 0.7.1
CACHE ?= --no-cache=1
FULLVERSION ?= ${VERSION}
archs ?= amd64 arm32v6 arm64v8 i386
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"thesoftwarefanatics/php-html-parser": "^1.8",
"guzzlehttp/guzzle": "^6.2",
"tunaabutbul/cloudflare-middleware": "^1.0",
"symfony/console": "^3.2",
"symfony/console": "^4.0",
"crodas/class-info": "^0.2.3",
"caseyamcl/guzzle_retry_middleware": "^2.0",
"setasign/fpdf": "^1.8"
Expand All @@ -22,8 +22,7 @@
"phpmd/phpmd": "^2.4",
"squizlabs/php_codesniffer": "^3.2",
"sebastian/phpcpd": "^4.0",
"phploc/phploc": "^4.0",
"codeclimate/php-test-reporter": "^0.4"
"phploc/phploc": "^4.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 1b9c76e

Please sign in to comment.