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

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 22, 2019
2 parents f0e4de4 + edbc050 commit 148df3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

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

## [4.2.2] - 2019-03-28
- Fix error if custom validator doesn't provides a message.
- Removed broken and deprecated `RequestSchema::loadSchema` method.
Expand Down Expand Up @@ -39,6 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- Implement equals, not_equals, telephone, uri, and username rules


[4.3.0]: https://github.com/userfrosting/fortress/compare/4.2.2...4.3.0
[4.2.2]: https://github.com/userfrosting/fortress/compare/4.2.1...4.2.2
[4.2.1]: https://github.com/userfrosting/fortress/compare/4.2.0...4.2.1
[4.2.0]: https://github.com/userfrosting/fortress/compare/4.1.2...4.2.0
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@
}
],
"require": {
"ezyang/htmlpurifier": "4.7.0",
"php": ">=5.6.0",
"userfrosting/i18n": "~4.2.0",
"userfrosting/support": "~4.2.0",
"vlucas/valitron": "1.2.3"
"ezyang/htmlpurifier": "^4.7.0",
"php": ">=7.1",
"userfrosting/i18n": "~4.3.0",
"vlucas/valitron": "^1.2.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
"phpunit/phpunit": "^5.7"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 148df3a

Please sign in to comment.