Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
elnebuloso committed Nov 25, 2015
1 parent 916f7c3 commit 5d85060
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 9.2.0

- added pear/archive_tar composer dependency, missing by target project.bundle.tar

## 9.1.0

- added composer.install.nodev
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.1.0
9.2.0
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
"Commons\\": "src/"
}
},
"repositories": [

],
"repositories": [],
"require": {
"php": ">=5.4.0",
"phing/phing": "2.11.0",
Expand All @@ -34,6 +32,7 @@
"squizlabs/php_codesniffer": "2.3.4",
"apigen/apigen": "4.1.1",
"phpunit/phpunit": "4.8.9",
"pear/archive_tar": "1.4.1",
"abraham/twitteroauth": "0.6.0",
"elnebuloso/bundler": "~9.0"
},
Expand Down
216 changes: 214 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d85060

Please sign in to comment.