Skip to content

Commit

Permalink
Add support for laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
leganz committed Sep 9, 2020
1 parent 3ced5a7 commit 8dcccb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5,586 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Homestead.yaml
Homestead.json
/.vagrant
.phpunit.result.cache
.phpunit*
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.0] - 2020-09-09
### Added
- Added support for Laravel 8

## [0.1.0-alpha5] - 2020-07-11
#### Changed
- Changed structure to be compliant with testing behavior.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

This package for Laravel provides an integration to the [ardor blockchain](https://ardorplatform.org/). For information about the changes please have a look into the [CHANGELOG.md](CHANGELOG.md).

This project was ranked at [5th place at the Ardor Community Hackathon](https://www.nxter.org/ardor-hackathon-2020-the-winners-announced/)
This project was ranked at [5th place at the Ardor Community Hackathon](https://www.nxter.org/ardor-hackathon-2020-the-winners-announced/).

[!!! ATTENTION: This project is still work in progress !!!]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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

0 comments on commit 8dcccb3

Please sign in to comment.