Skip to content

Commit 33c9757

Browse files
committed
Merged in clean-up-composer- (pull request #2)
Remove version from `composer.json` Approved-by: Cyrill KALITA <cyrill.kalita@gmail.com>
2 parents ac1b0a2 + 83ed45b commit 33c9757

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
],
1010
"homepage": "https://bitbucket.org/binary-cats/laravel-mailgun-webhooks",
1111
"license": "MIT",
12-
"version":"1.0",
1312
"authors": [
1413
{
1514
"name": "Cyrill Kalita",
@@ -44,7 +43,7 @@
4443
"test": "vendor/bin/phpunit --color=always",
4544
"check": [
4645
"php-cs-fixer fix --ansi --dry-run --diff",
47-
"phpcs --report-width=200 --report-summary --report-full app/ tests/ --standard=PSR2 -n",
46+
"phpcs --report-width=200 --report-summary --report-full src/ tests/ --standard=PSR2 -n",
4847
"phpmd src/,tests/ text ./phpmd.xml.dist"
4948
],
5049
"fix": [

0 commit comments

Comments
 (0)