Move composer files in airtime_mvc
This commit is contained in:
parent
af693ed6b0
commit
f784f483a8
4 changed files with 11 additions and 11 deletions
11
airtime_mvc/.gitignore
vendored
11
airtime_mvc/.gitignore
vendored
|
@ -4,3 +4,14 @@
|
|||
/tests/*.jar
|
||||
/tests/results.html
|
||||
/tests/test_results.xml
|
||||
|
||||
## Github Composer .gitignore
|
||||
## See https://github.com/github/gitignore/blob/master/Composer.gitignore
|
||||
################################################################################
|
||||
|
||||
composer.phar
|
||||
/vendor/
|
||||
|
||||
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
|
||||
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
|
||||
# composer.lock
|
||||
|
|
50
airtime_mvc/composer.json
Normal file
50
airtime_mvc/composer.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"airtime_mvc/application/"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [
|
||||
"airtime_mvc/tests/application/",
|
||||
"vendor/phpunit/dbunit/src/"
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"james-heinrich/getid3": "dev-master",
|
||||
"propel/propel1": "1.7.0-stable",
|
||||
"aws/aws-sdk-php": "2.7.9",
|
||||
"raven/raven": "0.12.0",
|
||||
"massivescale/celery-php": "2.0.*@dev",
|
||||
"simplepie/simplepie": "dev-master",
|
||||
"zf1s/zend-application": "^1.12",
|
||||
"composer/semver": "^1.4",
|
||||
"php-amqplib/php-amqplib": "^2.6",
|
||||
"zf1s/zend-acl": "^1.12",
|
||||
"zf1s/zend-session": "^1.12",
|
||||
"zf1s/zend-navigation": "^1.12",
|
||||
"zf1s/zend-controller": "^1.12",
|
||||
"zf1s/zend-log": "^1.12",
|
||||
"zf1s/zend-version": "^1.12",
|
||||
"zf1s/zend-rest": "dev-master@dev",
|
||||
"zf1s/zend-layout": "^1.12",
|
||||
"zf1s/zend-loader": "dev-master@dev",
|
||||
"zf1s/zend-auth": "^1.12",
|
||||
"zf1s/zend-filter": "^1.12",
|
||||
"zf1s/zend-json": "^1.12",
|
||||
"zf1s/zend-form": "^1.12",
|
||||
"zf1s/zend-db": "^1.12",
|
||||
"zf1s/zend-file": "^1.12",
|
||||
"zf1s/zend-file-transfer": "^1.12",
|
||||
"zf1s/zend-http": "^1.12",
|
||||
"zf1s/zend-date": "^1.12",
|
||||
"zf1s/zend-view": "dev-master@dev",
|
||||
"zf1s/zend-validate": "dev-master@dev",
|
||||
"zf1s/zend-cache": "dev-master@dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^4.3",
|
||||
"phpunit/dbunit": "^2.0",
|
||||
"zf1s/zend-test": "^1.12"
|
||||
}
|
||||
}
|
3476
airtime_mvc/composer.lock
generated
Normal file
3476
airtime_mvc/composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue