infotechnohelp / modified
composer package skeleton
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/infotechnohelp/modified
Requires (Dev)
- doctrine/instantiator: 1.0.*
- phpunit/phpunit: ^5.7|^6.0
- squizlabs/php_codesniffer: ^3.2
This package is not auto-updated.
Last update: 2025-10-02 00:16:37 UTC
README
Change "name" value in PACKAGE/composer.json
Replace All in Path PACKAGE
PackageSkeleton → AnyPackageName
composer dump-autoload
Tests
Run tests (Package root)
vendor/bin/phpunit
Sniff
Fix (Package root)
./sniff -f
Check for conflicts (Package root)
./sniff