Skip to content

Commit

Permalink
ADD: configuration for version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mountstone committed Mar 9, 2017
1 parent 92b0f18 commit 996447d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,45 +1,60 @@
[submodule "src/components/automation"]
path = src/components/automation
url = https://github.com/antaresproject/automation.git
branch=0.9.2
[submodule "src/components/search"]
path = src/components/search
url = https://github.com/antaresproject/search.git
branch=0.9.2
[submodule "src/core"]
url = https://github.com/antaresproject/core.git
path = src/core
branch=0.9.2
[submodule "src/components/widgets"]
path = src/components/widgets
url = https://github.com/antaresproject/widgets.git
branch=0.9.2
[submodule "src/components/logger"]
path = src/components/logger
url = https://github.com/antaresproject/logger.git
branch=0.9.2
[submodule "src/components/api"]
path = src/components/api
url = https://github.com/antaresproject/api.git
branch=0.9.2
[submodule "src/components/two_factor_auth"]
path = src/components/two_factor_auth
url = https://github.com/antaresproject/two_factor_auth
branch=0.9.2
[submodule "src/components/ban_management"]
path = src/components/ban_management
url = https://github.com/antaresproject/ban_management.git
branch=0.9.2
[submodule "src/components/module"]
path = src/components/module
url = https://github.com/antaresproject/module.git
branch=0.9.2
[submodule "src/components/control"]
path = src/components/control
url = https://github.com/antaresproject/control.git
branch=0.9.2
[submodule "src/components/customfields"]
path = src/components/customfields
url = https://github.com/antaresproject/customfields.git
branch=0.9.2
[submodule "src/components/notifications"]
path = src/components/notifications
url = https://github.com/antaresproject/notifications.git
branch=0.9.2
[submodule "src/components/tester"]
path = src/components/tester
url = https://github.com/antaresproject/tester.git
branch=0.9.2
[submodule "src/components/translations"]
path = src/components/translations
url = https://github.com/antaresproject/translations.git
branch=0.9.2
[submodule "src/components/updater"]
path = src/components/updater
url = https://github.com/antaresproject/updater.git
branch=0.9.2
36 changes: 16 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,20 @@
}
],
"require": {
"antaresproject/core": "dev-master",
"antaresproject/core": "0.9.2.x-dev",
"antaresproject/component-module": "dev-master",
"antaresproject/component-logger": "dev-master",
"antaresproject/component-updater": "dev-master",
"antaresproject/component-translations": "dev-master",
"antaresproject/component-widgets": "dev-master",
"antaresproject/component-tester": "dev-master",
"antaresproject/component-notifications": "dev-master",
"antaresproject/component-customfields": "dev-master",
"antaresproject/component-control": "dev-master",
"antaresproject/component-automation": "dev-master",
"antaresproject/component-search": "dev-master",
"antaresproject/component-api": "dev-master",
"antaresproject/component-ban-management": "dev-master",
"antaresproject/component-logger": "0.9.2.x-dev",
"antaresproject/component-updater": "0.9.2.x-dev",
"antaresproject/component-translations": "0.9.2.x-dev",
"antaresproject/component-widgets": "0.9.2.x-dev",
"antaresproject/component-tester": "0.9.2.x-dev",
"antaresproject/component-notifications": "0.9.2.x-dev",
"antaresproject/component-customfields": "0.9.2.x-dev",
"antaresproject/component-control": "0.9.2.x-dev",
"antaresproject/component-automation": "0.9.2.x-dev",
"antaresproject/component-search": "0.9.2.x-dev",
"antaresproject/component-api": "0.9.2.x-dev",
"antaresproject/component-ban-management": "0.9.2.x-dev",
"antaresproject/component-two-factor-auth": "dev-master",
"laravel/framework": "5.2.*",
"mnsami/composer-custom-directory-installer": "1.1.*",
Expand Down Expand Up @@ -153,14 +153,9 @@
"Antares\\Users\\": "src/components/users/src"
}
},
"autoload-dev": {
"classmap": [
"src/core/tests/TestCase.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "0.9.0-dev"
"0.9.2.x-dev": "0.9.0-dev"
},
"installer-paths": {
"./src/core": ["antaresproject/core"],
Expand Down Expand Up @@ -196,7 +191,8 @@
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan ide-helper:generate"
"php artisan ide-helper:generate",
"php artisan key:generate"
],
"post-create-project-cmd": [
"php artisan key:generate"
Expand Down
2 changes: 1 addition & 1 deletion src/components/automation
2 changes: 1 addition & 1 deletion src/core
Submodule core updated 135 files

0 comments on commit 996447d

Please sign in to comment.