# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.3.0 - 2023-11-22


-----

### Release Notes for [1.3.0](https://github.com/laminas/laminas-skeleton-installer/milestone/22)

Feature release (minor)

### 1.3.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [48: Add support for php 8.3](https://github.com/laminas/laminas-skeleton-installer/pull/48) thanks to @Xerkus

## 1.2.0 - 2022-12-21


-----

### Release Notes for [1.2.0](https://github.com/laminas/laminas-skeleton-installer/milestone/20)

Feature release (minor)

### 1.2.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement,dependencies,renovate

 - [44: Update dependency vimeo/psalm to v5, Improve type inference](https://github.com/laminas/laminas-skeleton-installer/pull/44) thanks to @renovate[bot]

## 1.1.0 - 2022-11-15


-----

### Release Notes for [1.1.0](https://github.com/laminas/laminas-skeleton-installer/milestone/17)

Feature release (minor)

### 1.1.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [43: Feature: Support PHP 8.2 ](https://github.com/laminas/laminas-skeleton-installer/pull/43) thanks to @ghostwriter

## 0.7.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.6.0 - 2022-04-13


-----

### Release Notes for [0.6.0](https://github.com/laminas/laminas-skeleton-installer/milestone/13)

Feature release (minor)

### 0.6.0

- Total issues resolved: **1**
- Total pull requests resolved: **2**
- Total contributors: **3**

#### Bug

 - [32: Fix type incompatiblity with `Composer\IO\IOInterface::ask()`](https://github.com/laminas/laminas-skeleton-installer/pull/32) thanks to @Xerkus and @pgrafe

#### Enhancement

 - [29: Prepare for Renovate with reusable workflows](https://github.com/laminas/laminas-skeleton-installer/pull/29) thanks to @ghostwriter

## 0.5.0 - 2022-02-22


-----

### Release Notes for [0.5.0](https://github.com/laminas/laminas-skeleton-installer/milestone/11)

Feature release (minor)

### 0.5.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [30: Forward compat for Composer 2.3+](https://github.com/laminas/laminas-skeleton-installer/pull/30) thanks to @Seldaek

## 0.4.0 - 2021-12-14


-----

### Release Notes for [0.4.0](https://github.com/laminas/laminas-skeleton-installer/milestone/8)

Feature release (minor)

### 0.4.0

- Total issues resolved: **1**
- Total pull requests resolved: **6**
- Total contributors: **4**

#### Duplicate,Enhancement

 - [28: Re-generate composer.lock](https://github.com/laminas/laminas-skeleton-installer/pull/28) thanks to @samsonasik

#### Enhancement

 - [27: Add PHP 8.1 Support](https://github.com/laminas/laminas-skeleton-installer/pull/27) thanks to @samsonasik
 - [26: Restore CI](https://github.com/laminas/laminas-skeleton-installer/pull/26) thanks to @PowerKiKi
 - [25: Drop `laminas/laminas-zendframework-bridge` and `zendframework/*` compatibility](https://github.com/laminas/laminas-skeleton-installer/pull/25) thanks to @PowerKiKi
 - [24: Psalm integration](https://github.com/laminas/laminas-skeleton-installer/pull/24) thanks to @ghostwriter and @boesing
 - [22: Remove file headers](https://github.com/laminas/laminas-skeleton-installer/pull/22) thanks to @ghostwriter

## 0.3.1 - 2021-04-19

-----

### Release Notes for [0.3.1](https://github.com/laminas/laminas-skeleton-installer/milestone/7)

0.3.x bugfix release (patch)

### 0.3.1

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

- [17: Merge release 0.2.2 into 0.3.x](https://github.com/laminas/laminas-skeleton-installer/pull/17) thanks to @github-actions[bot]

## 0.3.0 - 2021-04-15

-----

### Release Notes for [0.3.0](https://github.com/laminas/laminas-skeleton-installer/milestone/4)

Feature release (minor)

### 0.3.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

- [19: Added PHP 8.0 support](https://github.com/laminas/laminas-skeleton-installer/pull/19) thanks to @gennadiylitvinyuk

## 0.2.2 - 2020-12-16

#### Fixed

- [#16](https://github.com/laminas/laminas-skeleton-installer/pull/16) fixes an issue with prompting present when using Composer v2 releases.

- [#15](https://github.com/laminas/laminas-skeleton-installer/pull/15) fixes an issue under Composer v2 whereby a fatal error would occur due to a previously optional method argument now being required.

### Release Notes for [0.2.2](https://github.com/laminas/laminas-skeleton-installer/milestone/3)

0.2.x bugfix release (patch)

### 0.2.2

- Total issues resolved: **2**
- Total pull requests resolved: **2**
- Total contributors: **3**

#### Bug

- [16: Fix errors prompting users when using Composer v2](https://github.com/laminas/laminas-skeleton-installer/pull/16) thanks to @weierophinney and @rbroen
- [15: Update OptionalPackagesInstaller.php](https://github.com/laminas/laminas-skeleton-installer/pull/15) thanks to @rbroen
- [13: Fatal error on non-minimal install (selecting optional packages)](https://github.com/laminas/laminas-skeleton-installer/issues/13) thanks to @PAStheLoD

## 0.2.1 - 2020-09-11


-----

### Release Notes for [0.2.1](https://github.com/laminas/laminas-skeleton-installer/milestone/2)



### 0.2.1

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Documentation

 - [10: Added note about how this is not to be used stand-alone](https://github.com/laminas/laminas-skeleton-installer/pull/10) thanks to @TomHAnderson

## 0.2.0 - 2020-07-01

### Added

- [#9](https://github.com/laminas/laminas-skeleton-installer/pull/9) Added support for composer 2.0

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.7 - 2019-11-15

### Added

- [zendframework/zend-skeleton-installer#17](https://github.com/zendframework/zend-skeleton-installer/pull/17) adds support for laminas-component-installer v2 releases.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [zendframework/zend-skeleton-installer#15](https://github.com/zendframework/zend-skeleton-installer/pull/15) fixes an issue whereby nested dependencies of optional packages selected during installation were not having their modules or components injected in the application configuration.

## 0.1.6 - 2019-06-18

### Added

- [zendframework/zend-skeleton-installer#13](https://github.com/zendframework/zend-skeleton-installer/pull/13) adds support for PHP 7.3.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.5 - 2018-04-30

### Added

- [zendframework/zend-skeleton-installer#12](https://github.com/zendframework/zend-skeleton-installer/pull/12) adds support for PHP 7.2.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- [zendframework/zend-skeleton-installer#12](https://github.com/zendframework/zend-skeleton-installer/pull/12) removes support for HHVM.

### Fixed

- Nothing.

## 0.1.4 - 2017-03-10

### Added

- Nothing.

### Changed

- [zendframework/zend-skeleton-installer#7](https://github.com/zendframework/zend-skeleton-installer/pull/7) updates
  the minimum accepted laminas-component-installer version to 0.7.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 0.1.3 - 2016-06-27

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [zendframework/zend-skeleton-installer#4](https://github.com/zendframework/zend-skeleton-installer/pull/4) updates
  the minimum accepted laminas-component-installer version to 0.3.

## 0.1.2 - 2016-06-02

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Allows using laminas-component-installer `^0.2` stable versions.

## 0.1.1 - 2016-06-02

### Added

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [zendframework/zend-skeleton-installer#2](https://github.com/zendframework/zend-skeleton-installer/pull/2) updates
  the `Uninstaller` to ensure it also updates the `composer.lock` when complete.

## 0.1.0 - 2016-05-23

First tagged release.

### Added

- Everything.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.
