Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Add support for laravel 8
Browse files Browse the repository at this point in the history
Add gitignore
  • Loading branch information
leganz committed Sep 9, 2020
1 parent 70320f4 commit b7b01b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6,003 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
vendor
vendor
.phpunit*
Test/Test.phpunit
Http
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4] - 2020-09-09
### Added
- Added support for Laravel 8

## [0.1.3] - 2020-08-26
### Fixed
- Fix tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require-dev": {
"php" : ">=7.4",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
"phpunit/phpunit": "^9.3@dev",
"orchestra/testbench": "3.8.*|4.*|5.*",
Expand Down
Loading

0 comments on commit b7b01b5

Please sign in to comment.