Skip to content

Commit

Permalink
fixed little bug for composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Apr 28, 2019
1 parent ff15768 commit bc151c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# 1.x branch
## 1.7 branch
# 1.7.3
* fixed little bug for `composer.json`.

# 1.7.2
* little fixes;
* updated for `php-tools` 1.2.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -12,11 +12,11 @@
"php": ">=5.5.9",
"cakephp/cakephp": "^3.7.1",
"intervention/image": "^2.4",
"mirko-pagliai/me-tools": "^2.18.4",
"mirko-pagliai/php-tools": "^1.2"
},
"require-dev": {
"cakephp/cakephp-codesniffer": "^3.0",
"mirko-pagliai/me-tools": "^2.18.4",
"phpunit/phpunit": "^5.7|^6.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
1.7.2
1.7.3

0 comments on commit bc151c7

Please sign in to comment.