summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDracony <draconyster@gmail.com>2016-09-01 17:45:02 +0200
committerDracony <draconyster@gmail.com>2016-09-01 17:45:02 +0200
commit2512f696d272d127371825b78bbaad18ad54ed2a (patch)
tree8dc02ed913a4bc4f874d219a53495de9ec818013
parent0e9d01776431568b1f8bf2149a88e4900168e284 (diff)
downloadPHPixie-2512f696d272d127371825b78bbaad18ad54ed2a.zip
PHPixie-2512f696d272d127371825b78bbaad18ad54ed2a.tar.gz
PHPixie-2512f696d272d127371825b78bbaad18ad54ed2a.tar.bz2
fixed composer.json3.3.2
-rwxr-xr-xcomposer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 4639f1e..68d667a 100755
--- a/composer.json
+++ b/composer.json
@@ -15,8 +15,8 @@
}
},
"require": {
- "phpixie/default-bundle": "~3.6",
- "phpixie/bundle-framework": "~3.2"
+ "phpixie/default-bundle": "~3.2",
+ "phpixie/bundle-framework": "~3.6"
},
"require-dev": {
"phpixie/test": "~3.0"