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

Commit

Permalink
Update branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
VGirol committed Apr 12, 2020
1 parent e3dcb30 commit 3323d28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- Added support for PHP 7.3+ et PHPUnit 9

## 1.1.1 - 2020-04-12

### Added

- Update branch alias
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fzaninotto/faker": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0",
"phpunit/phpunit": "^8.0|^9.0",
"infection/infection": "~0.14",
"vgirol/jsonapi-assert": "dev-master",
"vgirol/jsonapi-structure": "dev-master"
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
"dev-master": "1.1-dev"
}
},
"config": {
Expand Down

0 comments on commit 3323d28

Please sign in to comment.