libretime/legacy/composer.json
dependabot[bot] 8b5c6b0cfb
Bump phpunit/phpunit from 4.8.36 to 5.7.27 in /legacy (#1419)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 4.8.36 to 5.7.27.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/5.7.27/ChangeLog-5.7.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/4.8.36...5.7.27)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-17 18:44:30 +02:00

55 lines
1.3 KiB
JSON

{
"autoload": {
"classmap": [
"application/"
]
},
"autoload-dev": {
"classmap": [
"tests/application/",
"vendor/phpunit/dbunit/src/"
]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jooola/propel1"
}
],
"require": {
"composer/semver": "^3.2",
"james-heinrich/getid3": "^1.9",
"jooola/propel1": "dev-master",
"massivescale/celery-php": "^2.1",
"php-amqplib/php-amqplib": "^2.12",
"simplepie/simplepie": "^1.5",
"zf1s/zend-acl": "^1.13",
"zf1s/zend-application": "^1.13",
"zf1s/zend-auth": "^1.13",
"zf1s/zend-cache": "^1.13",
"zf1s/zend-controller": "^1.13",
"zf1s/zend-date": "^1.13",
"zf1s/zend-db": "^1.13",
"zf1s/zend-file-transfer": "^1.13",
"zf1s/zend-file": "^1.13",
"zf1s/zend-filter": "^1.13",
"zf1s/zend-form": "^1.13",
"zf1s/zend-http": "^1.13",
"zf1s/zend-json": "^1.13",
"zf1s/zend-layout": "^1.13",
"zf1s/zend-loader": "^1.13",
"zf1s/zend-log": "^1.13",
"zf1s/zend-navigation": "^1.13",
"zf1s/zend-rest": "^1.13",
"zf1s/zend-session": "^1.13",
"zf1s/zend-validate": "^1.13",
"zf1s/zend-version": "^1.13",
"zf1s/zend-view": "^1.13"
},
"require-dev": {
"phpunit/dbunit": "^2.0",
"phpunit/phpunit": "^5.7",
"zf1s/zend-test": "^1.13"
}
}