Skip to content

Commit

Permalink
Merge branch 'release/2.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrossi committed Sep 11, 2017
2 parents 33e66c5 + 8a26ffd commit 0c4d33b
Show file tree
Hide file tree
Showing 17 changed files with 1,143 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1

dist: trusty
sudo: required
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ This make possible to use WordPress as your CMS of choice and using Laravel in t
5.2.x | 2.2.x
5.3.x | 2.3.x
5.4.x | 2.4.x
5.5.x | 2.5.x

# <a id="install"></a> Installing Corcel

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
}
],
"require": {
"php": ">=5.6.4",
"illuminate/database": "~5.4.0",
"illuminate/filesystem": "~5.4.0",
"illuminate/support": "~5.4.0",
"php": ">=7.0.0",
"illuminate/database": "5.5.*",
"illuminate/filesystem": "5.5.*",
"illuminate/support": "5.5.*",
"fzaninotto/faker": "^1.6",
"hautelook/phpass": "0.3.4",
"thunderer/shortcode": "^0.6.2"
},
"require-dev": {
"orchestra/testbench": "~3.4.0",
"orchestra/database": "~3.4.0",
"orchestra/testbench": "3.5.*",
"orchestra/database": "3.5.*",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpunit": "~4.8"
"phpunit/phpunit": "~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0c4d33b

Please sign in to comment.