Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 4, 2019
1 parent 6475dc5 commit 48d5801
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: php

php:
- 7.2
- 7.3

env:
matrix:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-demo-mode` will be documented in this file

## 2.5.0 - 2019-04-09

- make compatible with Laravel 6

## 2.4.0 - 2018-02-27

- drop support for PHP 7.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php" : "^7.2",
"illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0"
"illuminate/support": "~5.5.5|~5.6.0|~5.7.0|~5.8.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0",
"orchestra/testbench": "~3.5.3|~3.6.0|~3.7.0|~3.8.0|^4.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 48d5801

Please sign in to comment.