Skip to content

Commit

Permalink
Merge pull request #531 from Jubeki/5.0
Browse files Browse the repository at this point in the history
Corcel 5.0 with Laravel 8
  • Loading branch information
jgrossi committed Oct 9, 2020
2 parents 99821d5 + 5c5d2e4 commit 9b2fdf1
Show file tree
Hide file tree
Showing 4 changed files with 1,788 additions and 566 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 7.2
- 7.3
- 7.4

Expand Down
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -12,16 +12,17 @@
}
],
"require": {
"php": ">=7.2.5",
"illuminate/database": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"php": ">=7.3",
"illuminate/database": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0",
"fzaninotto/faker": "^1.9",
"hautelook/phpass": "0.3.*",
"thunderer/shortcode": "^0.7.3"
},
"require-dev": {
"orchestra/testbench": "^5.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^6.0",
"symfony/thanks": "^1.0",
"mockery/mockery": "^1.0",
"dms/phpunit-arraysubset-asserts": "^0.1.0"
Expand Down

0 comments on commit 9b2fdf1

Please sign in to comment.