Skip to content

Commit

Permalink
Drop 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
glamorous committed Dec 4, 2019
1 parent 5131532 commit 62a1fdb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
- php: nightly
allow_failures:
- php: nightly
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

See what kind of changes were done to the "Boiler"-package.

## 0.2.0 - 2019-12-04

Drop support of PHP 7.1 in favor of PHP 7.3.

## 0.1.1 - 2019-06-16

A lot of small improvements where done. Especially for edge cases that where detected by Scrutinizer.
Now it has a score 10 and no issues or styling patches needed.

## 0.1.0 - 2019-06-12

- There is now support to have template directory with a yaml file inside it.
- There is now support to have template directory with a yaml file inside it.
Using a directory will copy all included files to the new directory.

## 0.0.3 - 2019-05-20
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.3",
"ext-json": "*",
"symfony/console": "^4.1",
"symfony/process": "^4.2",
Expand Down
40 changes: 20 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62a1fdb

Please sign in to comment.