Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nedwors committed Mar 19, 2024
1 parent a7d2f10 commit 2492b97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

### Added
- Added Laravel 11 support [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)
- Added PHP 8.3 support [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)
- Added Laravel Pint [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)

### Changed
- Updated to Pest v2 [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)

### Removed
- Removed support for PHP 7.4 and 8.0 [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)
- Removed support for Laravel 8 and 9 [#70](https://github.com/Ricorocks-Digital-Agency/Soap/pull/70)

## [1.7.0] - 2023-03-03
### Added
- Added Laravel 10 support [#60](https://github.com/Ricorocks-Digital-Agency/Soap/pull/60)
Expand Down
11 changes: 11 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Upgrade Guide

All major releases will document the needed steps to upgrade here. Upgrades should be carried out sequentially.

## [Unreleased]

### Laravel
SOAP now supports Laravel ^10. Support for Laravel 8 and 9 has been removed.

### PHP
SOAP now supports PHP ^8.2. Support for PHP 7.4 and 8.0 has been removed.

0 comments on commit 2492b97

Please sign in to comment.