Implement base notifications support (#77)
* initial implementation of notifications * typehint UUID returns. Fixes that notifications bug
This commit is contained in:
parent
b3ca8a3732
commit
b02df8e610
11 changed files with 176 additions and 28 deletions
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=5.6.4",
|
||||
"laravel/framework": "5.3.*",
|
||||
"laravel/framework": "5.3.6",
|
||||
"barryvdh/laravel-debugbar": "^2.2.3",
|
||||
"doctrine/dbal": "^2.5.4",
|
||||
"guzzlehttp/guzzle": "^6.2.1",
|
||||
|
@ -35,7 +35,8 @@
|
|||
"mockery/mockery": "0.9.*",
|
||||
"phpunit/phpunit": "~5.0",
|
||||
"symfony/css-selector": "3.1.*",
|
||||
"symfony/dom-crawler": "3.1.*"
|
||||
"symfony/dom-crawler": "3.1.*",
|
||||
"laravel/homestead": "3.0.*"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue