Skip to content

Commit

Permalink
Hola
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarafdev committed Nov 30, 2019
1 parent 9f3d9b6 commit d51b460
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
],
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"illuminate/support": ">=6.0",
"oscarafdev/laravel-4-generators": "~3.1.2",
"doctrine/dbal": "~2.4"
"doctrine/dbal": "~2.10"
},
"autoload": {
"psr-0": {
"OscarAFDev\\MigrationsGenerator": "src/"
}
},
"require-dev": {
"phpunit/phpunit": ">=4.0.0|^8.0",
"mockery/mockery": ">=0.9.0",
"illuminate/cache": ">=4.1.0",
"illuminate/console": ">=4.1.0"
"phpunit/phpunit": ">=8.0",
"mockery/mockery": ">=1.0.3",
"illuminate/cache": ">=6.0",
"illuminate/console": ">=6.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit d51b460

Please sign in to comment.