Skip to content

Commit 13fe8ca

Browse files
committed
Match composer project name with packagist
This allows for forks in composer requiring whole package (enqueue) to work properly. Also add code style commands as composer scripts for ease of use.
1 parent 6511c2c commit 13fe8ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"name": "enqueue/enqueue-dev",
2+
"name": "enqueue/enqueue",
33
"type": "project",
44
"minimum-stability": "beta",
55
"homepage": "https://enqueue.forma-pro.com/",
6+
"scripts": {
7+
"cs-fix": "bin/php-cs-fixer fix --config=.php_cs.php",
8+
"cs-lint": "bin/php-cs-fixer fix --config=.php_cs.php --no-interaction --dry-run --diff"
9+
},
610
"require": {
711
"php": "^7.1.3",
812

0 commit comments

Comments
 (0)