Skip to content

Commit

Permalink
Laravel 9 and PHP8.1 support (#24)
Browse files Browse the repository at this point in the history
* Format Code

* Update changelog and readme

* Add laravel 9 and php8.1 support (#23)

* Add laravel 9 and php8.1 support

* Add distro to travis config

* Try 8.1.0

* Try another distro

* Revert distro change
  • Loading branch information
cybersai committed Feb 22, 2022
1 parent 03c8cfc commit 78a4f23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: php

dist: bionic

php:
- '7.3'
- '7.4'
- '8.0'
- '8.1.0'

sudo: false

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,12 @@ All notable changes to `laravel Ussd` will be documented in this file.

## [Unreleased]

## [v2.4.0] - 2022-02-22

### Added
- Add Laravel 9 support
- Add PHP 8.1 support

## [v2.3.1] - 2021-10-15

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"homepage": "https://github.com/sparors/laravel-ussd",
"keywords": ["Laravel", "Ussd"],
"require": {
"illuminate/support": "~5|~6|~7|~8"
"illuminate/support": "~5|~6|~7|~8|~9"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.1",
"orchestra/testbench": "~3|~4|~5|~6",
"orchestra/testbench": "~3|~4|~5|~6|~7",
"sempro/phpunit-pretty-print": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 78a4f23

Please sign in to comment.