Skip to content

Commit dcde940

Browse files
committed
Update composer info and add icon
1 parent e48c10c commit dcde940

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

Lines changed: 10 additions & 0 deletions
Loading

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ayacoo/redirect-tab",
33
"type": "typo3-cms-extension",
44
"version": "5.0.0",
5-
"description": "Show TYPO3 redirects in the page properties",
5+
"description": "RedirectTab - Show TYPO3 redirects in the page properties",
66
"authors": [
77
{
88
"name": "Guido Schmechel",
@@ -48,8 +48,8 @@
4848
}
4949
},
5050
"scripts": {
51-
"ci:php:cs": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix --dry-run -v --config ./Build/php-cs-fixer/php-cs-fixer.php ./",
52-
"ci:php:csfix": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix -v --config ./Build/php-cs-fixer/php-cs-fixer.php ./",
51+
"ci:php:cs": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix --dry-run -v --config Build/php-cs-fixer/php-cs-fixer.php ./",
52+
"ci:php:csfix": "PHP_CS_FIXER_IGNORE_ENV=1 php ./.Build/bin/php-cs-fixer fix -v --config Build/php-cs-fixer/php-cs-fixer.php ./",
5353
"ci:php:lint": "find .*.php *.php Classes Configuration Tests -name '*.php' -print0 | xargs -r -0 -n 1 -P 4 php -l",
5454
"ci:php:sniff": "phpcs Classes Configuration Tests",
5555
"ci:php:stan": "phpstan --no-progress",

0 commit comments

Comments
 (0)