Skip to content

Commit e4dc01f

Browse files
committed
Change default branch from master to v1.x
1 parent 1d6b623 commit e4dc01f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased](https://github.com/Art4/json-api-client/compare/0.10.2...HEAD)
8+
## [Unreleased](https://github.com/Art4/json-api-client/compare/0.10.2...v1.x)
99

1010
### Added
1111

1212
- Support for PHP 8 added
1313

1414
### Changed
1515

16-
- Support for PHP 5.6, 7.0, 7.1, 7.2 and 7.3 dropped, PHP ^7.4 is now required
16+
- Support for PHP 5.6, 7.0, 7.1, 7.2 and 7.3 dropped, PHP 7.4 is now required
1717
- **BREAKING**: Providing the fields `type` or `id` in a resource not as a string throws a `\Art4\JsonApiClient\Exception\ValidationException`, provide them always as strings instead
1818

1919
### Removed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Latest Version](https://img.shields.io/github/release/Art4/json-api-client.svg)](https://github.com/Art4/json-api-client/releases)
44
[![Software License](https://img.shields.io/badge/license-GPL3-brightgreen.svg)](LICENSE)
5-
[![Build Status](https://travis-ci.org/Art4/json-api-client.svg?branch=master)](https://travis-ci.org/Art4/json-api-client)
6-
[![Coverage Status](https://coveralls.io/repos/Art4/json-api-client/badge.svg?branch=master&service=github)](https://coveralls.io/github/Art4/json-api-client?branch=master)
5+
[![Build Status](https://travis-ci.org/Art4/json-api-client.svg?branch=v1.x)](https://travis-ci.org/Art4/json-api-client)
6+
[![Coverage Status](https://coveralls.io/repos/Art4/json-api-client/badge.svg?branch=v1.x&service=github)](https://coveralls.io/github/Art4/json-api-client?branch=v1.x)
77
[![Total Downloads](https://img.shields.io/packagist/dt/art4/json-api-client.svg)](https://packagist.org/packages/art4/json-api-client)
88

99
JsonApiClient :construction_worker_woman: is a PHP Library to validate and handle the response body from a [JSON API](http://jsonapi.org) Server.

0 commit comments

Comments
 (0)