mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02:00

[TASK] Change the Composer namespace to "ttn" (#5)

Also update the GitHub URLs in the `composer.json`.

Fixes #2
This commit is contained in:
Oliver Klee 2019-11-27 15:04:57 +01:00 committed by GitHub
parent cf159c8056
commit 19ed1f327f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -15,6 +15,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Composer script for PHP linting - Composer script for PHP linting
### Changed ### Changed
- Switch to the `TTN` PHP vendor namespace (#1, #5)
- Sort the Composer dependencies - Sort the Composer dependencies
- Upgrade PHPUnit to 7.5.14 - Upgrade PHPUnit to 7.5.14
- Change from GPL V3+ to GPL V2+ - Change from GPL V3+ to GPL V2+
@ -41,4 +42,4 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Add `.php_cs.cache` to the `.gitignore` - Add `.php_cs.cache` to the `.gitignore`
## 2.0.0 ## 2.0.0
Complete rewrite. Usable with TYPO3 7.6 and 8.7. - Complete rewrite. Usable with TYPO3 7.6 and 8.7.

View file

@ -1,5 +1,5 @@
{ {
"name": "oliverklee/tea", "name": "ttn/tea",
"description": "TYPO3 example extension for unit testing and best practices", "description": "TYPO3 example extension for unit testing and best practices",
"type": "typo3-cms-extension", "type": "typo3-cms-extension",
"keywords": [ "keywords": [
@ -22,8 +22,8 @@
} }
], ],
"support": { "support": {
"issues": "https://github.com/oliverklee/tea/issues", "issues": "https://github.com/typo3-trainer-network/tea/issues",
"source": "https://github.com/oliverklee/tea" "source": "https://github.com/typo3-trainer-network/tea"
}, },
"require": { "require": {
"php": "~7.2 || ~7.3", "php": "~7.2 || ~7.3",