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

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette authored Mar 18, 2020
2 parents d97ac83 + a5dea61 commit 2a17e54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## [6.1.0] - 2020-03-17
- Updated dependencies

## [6.0.0] - 2019-06-22
- Dropping support for PHP 5.6 & 7.0
- Updated PHPUnit to 7.5
Expand Down Expand Up @@ -73,6 +76,7 @@ Add custom exceptions.
## [1.0] - 2016-04-05
Initial release.

[6.1.0]: https://github.com/userfrosting/assets/compare/6.0.0...6.1.0
[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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=7.1",
"userfrosting/support": "~4.3.0"
"userfrosting/support": "~4.3.0 | ~4.4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.13",
Expand Down
2 changes: 1 addition & 1 deletion src/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Assets
/** @var ResourceLocatorInterface Resource locator used to find assets. */
protected $locator;

/** @var string Scheme used when finding assets via $locator. */
/** @var string Scheme used when finding assets via. */
protected $locatorScheme;

/** @var string Sites base URL and optionally assets directory. */
Expand Down

0 comments on commit 2a17e54

Please sign in to comment.