Changeset 7353 for trunk/composer.json
- Timestamp:
- 11/14/2025 07:39:41 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/composer.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r7352 r7353 19 19 "lint": [ 20 20 "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs" 21 ] 21 ], 22 "test": [ 23 "@php ./vendor/bin/phpunit -c phpunit.xml.dist" 24 ], 25 "phpunit": [ 26 "@test" 27 ] 28 }, 29 "config": { 30 "allow-plugins": { 31 "composer/installers": true, 32 "dealerdirect/phpcodesniffer-composer-installer": true 33 } 22 34 } 23 35 }
Note: See TracChangeset
for help on using the changeset viewer.