Skip to content

Commit

Permalink
dispatch event
Browse files Browse the repository at this point in the history
  • Loading branch information
mydnic committed Nov 12, 2018
1 parent a99467b commit 002b3a3
Show file tree
Hide file tree
Showing 11 changed files with 495 additions and 124 deletions.
24 changes: 15 additions & 9 deletions composer.json
Expand Up @@ -12,27 +12,33 @@
"email": "rigoclement@mydnic.be"
}
],
"require": {
"php": "^7.1",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"mockery/mockery": "^1.0"
},
"autoload": {
"psr-4": {
"Mydnic\\Kustomer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Mydnic\\Kustomer\\Test\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"Mydnic\\Kustomer\\KustomerServiceProvider"
]
}
},
"require": {
"php": "^7.1",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "~3.0"
},
"scripts": {
"test": "phpunit"
"test": "vendor/bin/phpunit"
}
}

0 comments on commit 002b3a3

Please sign in to comment.