Skip to content

Commit

Permalink
Update Corcel to work with Laravel 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrossi committed Feb 9, 2018
1 parent 70209ed commit 95a0b56
Show file tree
Hide file tree
Showing 2 changed files with 615 additions and 493 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,28 @@
}
],
"require": {
"php": ">=7.0.0",
"illuminate/database": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"php": ">=7.1.3",
"illuminate/database": "5.6.*",
"illuminate/filesystem": "5.6.*",
"illuminate/support": "5.6.*",
"fzaninotto/faker": "^1.6",
"hautelook/phpass": "0.3.4",
"thunderer/shortcode": "^0.6.2"
},
"require-dev": {
"orchestra/testbench": "3.5.*",
"orchestra/database": "3.5.*",
"phpunit/phpunit": "~6.0",
"codeclimate/php-test-reporter": "^0.4.4"
"orchestra/testbench": "3.6.x@dev",
"orchestra/database": "3.6.x@dev",
"phpunit/phpunit": "~7.0",
"symfony/thanks": "^1.0",
"codeclimate/php-test-reporter": "dev-master"
},
"autoload": {
"psr-4": {
"Corcel\\": "src/",
"Corcel\\Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 95a0b56

Please sign in to comment.