sintonia/composer.json
Lucas Bickel 06a3ad0ed3 Re-implement version check
This makes LibreTime check its version against github releases and lets the user know when to update. It uses the red exclamation point when there is a patch release or if LibreTime is more than one major release ahead. The orange icon is used when LibreTime is on a git install, a single major update is available, or a pre-release version is installed. The green update icon gets used to signify that a new minor release is available. Finally the green checkmark will be used when you are on a stable release.
2017-03-20 20:36:46 +01:00

23 lines
672 B
JSON

{
"autoload": {
"classmap": ["airtime_mvc/application/"]
},
"autoload-dev": {
"classmap": ["airtime_mvc/tests/application/", "vendor/phpunit/dbunit/src/"]
},
"require": {
"propel/propel1": "1.7.0-stable",
"aws/aws-sdk-php": "2.7.9",
"raven/raven": "0.12.0",
"ise/php-soundcloud": "3.0.1",
"massivescale/celery-php": "2.0.*@dev",
"simplepie/simplepie": "dev-master",
"zendframework/zendframework1": "^1.12",
"composer/semver": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^4.3",
"phpunit/dbunit": "^2.0",
"jokkedk/zfdebug": "^1.6"
}
}