-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
96 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
{ | ||
"name": "21torr/simple-normalizer", | ||
"description": "A simple and fast normalizer bundle for Symfony.", | ||
"license": "MIT", | ||
"type": "symfony-bundle", | ||
"authors": [ | ||
{ | ||
"name": "21TORR", | ||
"homepage": "https://www.21torr.com/" | ||
} | ||
], | ||
"homepage": "https://github.com/21TORR/simple-normalizer", | ||
"require": { | ||
"php": ">= 8.3", | ||
"21torr/bundle-helpers": "^2.1", | ||
"symfony/dependency-injection": "^6.4 || ^7.0", | ||
"symfony/http-kernel": "^6.4 || ^7.0" | ||
}, | ||
"require-dev": { | ||
"21torr/janus": "^1.3", | ||
"bamarni/composer-bin-plugin": "^1.8", | ||
"doctrine/common": "^3.4", | ||
"roave/security-advisories": "dev-latest", | ||
"symfony/phpunit-bridge": "^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Torr\\SimpleNormalizer\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\Torr\\SimpleNormalizer\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"bamarni/composer-bin-plugin": true | ||
}, | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"bamarni-bin": { | ||
"bin-links": false, | ||
"forward-command": true | ||
} | ||
}, | ||
"scripts": { | ||
"fix-lint": [ | ||
"@composer bin c-norm normalize \"$(pwd)/composer.json\" --indent-style tab --indent-size 1 --ansi", | ||
"vendor-bin/cs-fixer/vendor/bin/php-cs-fixer fix --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi" | ||
], | ||
"lint": [ | ||
"@composer bin c-norm normalize \"$(pwd)/composer.json\" --indent-style tab --indent-size 1 --dry-run --ansi", | ||
"vendor-bin/cs-fixer/vendor/bin/php-cs-fixer check --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi" | ||
], | ||
"test": [ | ||
"simple-phpunit", | ||
"vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v" | ||
] | ||
} | ||
"name": "21torr/simple-normalizer", | ||
"description": "A simple and fast normalizer bundle for Symfony.", | ||
"license": "MIT", | ||
"type": "symfony-bundle", | ||
"authors": [ | ||
{ | ||
"name": "21TORR", | ||
"homepage": "https://www.21torr.com/" | ||
} | ||
], | ||
"homepage": "https://github.com/21TORR/simple-normalizer", | ||
"require": { | ||
"php": ">= 8.3", | ||
"21torr/bundle-helpers": "^2.1", | ||
"symfony/dependency-injection": "^6.4 || ^7.0", | ||
"symfony/http-kernel": "^6.4 || ^7.0" | ||
}, | ||
"require-dev": { | ||
"21torr/janus": "^1.3", | ||
"bamarni/composer-bin-plugin": "^1.8", | ||
"doctrine/common": "^3.4", | ||
"roave/security-advisories": "dev-latest", | ||
"symfony/phpunit-bridge": "^7.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Torr\\SimpleNormalizer\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\Torr\\SimpleNormalizer\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"bamarni/composer-bin-plugin": true | ||
}, | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"bamarni-bin": { | ||
"bin-links": false, | ||
"forward-command": true | ||
} | ||
}, | ||
"scripts": { | ||
"fix-lint": [ | ||
"@composer bin c-norm normalize \"$(pwd)/composer.json\" --indent-style tab --indent-size 1 --ansi", | ||
"vendor-bin/cs-fixer/vendor/bin/php-cs-fixer fix --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi" | ||
], | ||
"lint": [ | ||
"@composer bin c-norm normalize \"$(pwd)/composer.json\" --indent-style tab --indent-size 1 --dry-run --ansi", | ||
"vendor-bin/cs-fixer/vendor/bin/php-cs-fixer check --diff --config vendor-bin/cs-fixer/vendor/21torr/php-cs-fixer/.php-cs-fixer.dist.php --no-interaction --ansi" | ||
], | ||
"test": [ | ||
"simple-phpunit", | ||
"vendor-bin/phpstan/vendor/bin/phpstan analyze -c phpstan.neon . --ansi -v" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters