Skip to content

Commit 91065ad

Browse files
author
Eduard Surov
committed
Composer config fixed
1 parent f6b6cc7 commit 91065ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Build Status](https://travis-ci.org/remorhaz/php-json-pointer.svg?branch=master)](https://travis-ci.org/remorhaz/php-json-pointer)
66
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/remorhaz/php-json-pointer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/remorhaz/php-json-pointer/?branch=master)
77
[![codecov](https://codecov.io/gh/remorhaz/php-json-data/branch/master/graph/badge.svg)](https://codecov.io/gh/remorhaz/php-json-data)
8+
[![Total Downloads](https://poser.pugx.org/remorhaz/php-json-pointer/downloads)](https://packagist.org/packages/remorhaz/php-json-pointer)
89

910
This library implements [RFC6901](https://tools.ietf.org/html/rfc6901)-compliant JSON pointers.
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=7.1",
16-
"remorhaz/php-json-data" : "0.4.2"
16+
"remorhaz/php-json-data" : "^0.4.2"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^7.0.1"

0 commit comments

Comments
 (0)