Changeset 12277 for trunk/composer.json
- Timestamp:
- 11/07/2018 03:18:56 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/composer.json
r11947 r12277 30 30 "composer/installers": "~1.0", 31 31 "php": ">=5.3.0" 32 }, 33 "require-dev": { 34 "phpcompatibility/php-compatibility": "*" 35 }, 36 "scripts": { 37 "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility", 38 "post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility" 32 39 } 33 40 }
Note: See TracChangeset
for help on using the changeset viewer.