mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[TASK] Update and pin the dev dependencies (#45)

This commit is contained in:
Oliver Klee 2019-08-12 14:54:50 +02:00 committed by GitHub
parent 023698729b
commit 85aeb15019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View file

@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Drop the dependency of roave/security-advisories (#41)
### Fixed
- Update and pin the dev dependencies (#45)
- Drop an obsolete "replace" entry from composer.json (#42)
- Explicitly require MySQL on Travis CI (#38)
- Add .php_cs.cache to the .gitignore (#33)

View file

@ -26,18 +26,18 @@
"source": "https://github.com/oliverklee/tea"
},
"require": {
"php": "~7.0.0 || ~7.1.0 || ~7.2.0",
"php": "~7.0 || ~7.1 || ~7.2",
"typo3/cms-core": "^7.6.23 || ^8.7.10",
"typo3/cms-fluid": "^7.6.23 || ^8.7.10",
"typo3/cms-frontend": "^7.6.23 || ^8.7.10"
"typo3/cms-fluid": "^7.6 || ^8.7",
"typo3/cms-frontend": "^7.6 || ^8.7"
},
"require-dev": {
"typo3/cms-fluid-styled-content": "^7.6.23 || ^8.7.10",
"helhum/typo3-composer-setup": "^0.5.3",
"typo3/cms-fluid-styled-content": "^7.6 || ^8.7",
"helhum/typo3-composer-setup": "^0.5.4",
"squizlabs/php_codesniffer": "^3.4.2",
"helmich/typo3-typoscript-lint": "^1.4.7",
"nimut/testing-framework": "^4.1.3",
"codeception/codeception": "^2.5"
"helmich/typo3-typoscript-lint": "^1.5.0",
"nimut/testing-framework": "^4.1.5",
"codeception/codeception": "^2.5.6"
},
"replace": {
"typo3-ter/tea": "self.version"