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

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Jun 22, 2019
2 parents c70b100 + 40a7320 commit d97ac83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Thanks to Cees-Jan Kiewiet: https://blog.wyrihaximus.net/2016/11/running-php-unit-tests-on-windows-using-appveyor-and-chocolatey/

## Versioning pattern
version: 5.0.2.{build}
version: 6.0.0-{build}

## Disable unneeded features
build: off
Expand All @@ -10,8 +10,6 @@ deploy: off
## Test against various PHP versions
environment:
matrix:
- php_version: "5.6"
- php_version: "7.0"
- php_version: "7.1"
- php_version: "7.2"
- php_version: "7.3"
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ dist: trusty
language: php

php:
- 5.6
- 7
- 7.1
- 7.2
- 7.3
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unknown]
## [6.0.0] - 2019-06-22
- Dropping support for PHP 5.6 & 7.0
- Updated PHPUnit to 7.5

## [5.0.2] - 2019-04-07

Expand Down Expand Up @@ -71,6 +73,7 @@ Add custom exceptions.
## [1.0] - 2016-04-05
Initial release.

[6.0.0]: https://github.com/userfrosting/assets/compare/5.0.2...6.0.0
[5.0.2]: https://github.com/userfrosting/assets/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/userfrosting/assets/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/userfrosting/assets/compare/4.2.0...5.0.0
Expand Down
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
}
],
"require": {
"php": ">=5.6",
"rockettheme/toolbox": "~1.3.0",
"userfrosting/support": "~4.2.0",
"userfrosting/uniformresourcelocator": "~4.2.0"
"php": ">=7.1",
"userfrosting/support": "~4.3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "^5.7",
"phpunit/phpunit": "^7.5",
"slim/slim": "^3"
},
"suggest": {
Expand Down

0 comments on commit d97ac83

Please sign in to comment.