Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Remove support for php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Nov 19, 2020
1 parent bbb8905 commit 9406b08
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Update branch alias

## 1.2.0 - 2020-11-19

### Added

- Remove support for php 7.2
- Bump phpunit version
- Change faker dependcy
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package provides a set of factories to build fake data using the [JSON:API

## Technologies

- PHP 7.2+
- PHP 7.3+

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"require": {
"php": "^7.3",
"vgirol/jsonapi-constant": "^1.1",
"fzaninotto/faker": "^1.8"
"fakerphp/faker": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^9.0",
"infection/infection": "~0.14",
"vgirol/jsonapi-assert": "dev-master",
"vgirol/jsonapi-structure": "dev-master"
Expand Down

0 comments on commit 9406b08

Please sign in to comment.