Skip to content

Commit

Permalink
Update composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
Max committed Mar 17, 2016
1 parent 2d91d75 commit 366cc2b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "mindy/application",
"homepage": "https://github.com/studio107/Mindy_Application",
"version": "0.2.2",
"version": "1.0",
"type": "library",
"license": "BSD-3-Clause",
"license": "BSD",
"autoload": {
"psr-4": {
"Mindy\\Application\\": "src/Mindy/Application"
}
},
"require": {
"php": ">=5.4",
"mindy/exception": "0.*",
"mindy/di": "0.*",
"mindy/helper": "0.*",
"mindy/console": "0.*",
"mindy/locale": "0.*",
"mindy/controller": "0.*",
"mindy/http": "0.*",
"mindy/middleware": "0.*",
"mindy/logger": "1.*",
"mindy/router": "0.*",
"mindy/event": "0.*",
"mindy/security": "0.*",
"mindy/session": "0.*"
"mindy/exception": "*",
"mindy/di": "*",
"mindy/helper": "*",
"mindy/console": "*",
"mindy/locale": "*",
"mindy/controller": "*",
"mindy/http": "*",
"mindy/middleware": "*",
"mindy/logger": "*",
"mindy/router": "*",
"mindy/event": "*",
"mindy/security": "*",
"mindy/session": "*"
},
"require-dev": {
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit 366cc2b

Please sign in to comment.