Skip to content

Commit 57bb55f

Browse files
authored
Normalizing paths and URLs.
1 parent 788b496 commit 57bb55f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
}, {
1515
"name": "Woody Gilk",
1616
"email": "woody.gilk@gmail.com",
17-
"homepage": "http://shadowhand.me",
17+
"homepage": "https://shadowhand.me",
1818
"role": "Developer"
1919
}, {
2020
"name": "Richard Quadling",
2121
"email": "rquadling@gmail.com",
2222
"role": "Developer"
2323
}, {
2424
"name": "CakePHP Community",
25+
"role": "Developer",
2526
"homepage": "https://github.com/cakephp/phinx/graphs/contributors"
2627
}],
2728
"require": {
@@ -54,8 +55,8 @@
5455
"@test",
5556
"@cs-check"
5657
],
57-
"cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests ./app",
58-
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests ./app",
58+
"cs-check": "phpcs --colors -p --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/ app/",
59+
"cs-fix": "phpcbf --colors --standard=vendor/cakephp/cakephp-codesniffer/CakePHP src/ tests/ app/",
5960
"test": "phpunit --colors=always"
6061
},
6162
"bin": ["bin/phinx"]

0 commit comments

Comments
 (0)