2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '5.2.0'
modulesync_config_version: '5.4.0'
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v8.2.0](https://github.com/voxpupuli/puppet-php/tree/v8.2.0) (2023-01-27)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.1.1...v8.2.0)

**Implemented enhancements:**

- Add Ubuntu 22.04 support [\#672](https://github.com/voxpupuli/puppet-php/pull/672) ([martialblog](https://github.com/martialblog))
- Allow up-to-date dependencies [\#667](https://github.com/voxpupuli/puppet-php/pull/667) ([smortex](https://github.com/smortex))
- Support other versions of remi repo on redhat [\#495](https://github.com/voxpupuli/puppet-php/pull/495) ([edestecd](https://github.com/edestecd))

**Fixed bugs:**

- fpm: fix FreeBSD support [\#673](https://github.com/voxpupuli/puppet-php/pull/673) ([fraenki](https://github.com/fraenki))

**Merged pull requests:**

- Fix broken MIT license [\#678](https://github.com/voxpupuli/puppet-php/pull/678) ([bastelfreak](https://github.com/bastelfreak))

## [v8.1.1](https://github.com/voxpupuli/puppet-php/tree/v8.1.1) (2022-08-03)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.1.0...v8.1.1)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
gem 'voxpupuli-test', '~> 5.0', :require => false
gem 'voxpupuli-test', '~> 5.4', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false
gem 'puppet_metadata', '~> 2.0', :require => false
end

group :development do
Expand Down
14 changes: 7 additions & 7 deletions LICENSE.txt → LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The MIT License (MIT)
MIT License

Copyright (c) 2012-2013 Christian "Jippi" Winther <jippignu@gmail.com>
Tobias Nyholm <tobias@happyrecruiting.se>
2014-2015 Mayflower GmbH <devops@mayflower.de>
Copyright (c) 2012-2013 Tobias Nyholm <tobias@happyrecruiting.se>
Copyright (c) 2014-2015 Mayflower GmbH <devops@mayflower.de>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -11,13 +11,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading