Skip to content

Commit

Permalink
Merge pull request #8 from DeGraciaMathieu/go-to-php8
Browse files Browse the repository at this point in the history
Go to php8
  • Loading branch information
DeGraciaMathieu authored Jul 22, 2021
2 parents e70ac05 + 53dbd1d commit d6a3a9c
Show file tree
Hide file tree
Showing 9 changed files with 895 additions and 343 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Implementation of the Manager pattern existing in Laravel framework.

## Installation

| Manager | 2.* | 1.* |
|---------|--------------------|--------------------|
| php 8 | :white_check_mark: | :x: |
| php 7 | :x: | :white_check_mark: |

```
composer require degraciamathieu/manager
```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"php": ">=7.2"
"php": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d6a3a9c

Please sign in to comment.