We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac1b0a2 + 83ed45b commit 33c9757Copy full SHA for 33c9757
composer.json
@@ -9,7 +9,6 @@
9
],
10
"homepage": "https://bitbucket.org/binary-cats/laravel-mailgun-webhooks",
11
"license": "MIT",
12
- "version":"1.0",
13
"authors": [
14
{
15
"name": "Cyrill Kalita",
@@ -44,7 +43,7 @@
44
43
"test": "vendor/bin/phpunit --color=always",
45
"check": [
46
"php-cs-fixer fix --ansi --dry-run --diff",
47
- "phpcs --report-width=200 --report-summary --report-full app/ tests/ --standard=PSR2 -n",
+ "phpcs --report-width=200 --report-summary --report-full src/ tests/ --standard=PSR2 -n",
48
"phpmd src/,tests/ text ./phpmd.xml.dist"
49
50
"fix": [
0 commit comments