Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
updated composer.json, added aliases for changed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Dec 9, 2012
1 parent 858de61 commit 21e1b98
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 175 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"packagist": false
},{
"type":"composer",
"url": "http://localhost/NetBeans/phundament.com/www/packages/"
"url": "http://packages.phundament.com"
}
],
"require": {
"php": ">=5.3.2",
"crisu83/yii-rights": "0.*",
"mishamx/yii-user": "0.*",
"crisu83/yii-rights": "@dev",
"mishamx/yii-user": "dev-master as 0.3.999",
"phundament/p3admin": "0.8.*",
"phundament/p3widgets": "0.8.*",
"phundament/p3pages": "0.8.*",
Expand All @@ -32,7 +32,9 @@
"phundament/gii-template-collection": "0.7.*",
"yiiext/fancybox-widget": "0.*",
"yiiext/lipsum-widget": "0.*",
"yiiext/migrate-command": "0.7.1.1"
"yiiext/migrate-command": "@dev",
"vitalets/yii-bootstrap-editable": "dev-master as 1.0",
"phundament/jquery-file-upload": "dev-master as 0.0.1"
},
"require-dev": {
"schmunk42/database-command": "0.8.*",
Expand Down
Loading

0 comments on commit 21e1b98

Please sign in to comment.