File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# JBZoo / Http-Client
2
2
3
3
[ ![ CI] ( https://github.com/JBZoo/Http-Client/actions/workflows/main.yml/badge.svg?branch=master )] ( https://github.com/JBZoo/Http-Client/actions/workflows/main.yml?query=branch%3Amaster ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/JBZoo/Http-Client/badge.svg?branch=master )] ( https://coveralls.io/github/JBZoo/Http-Client?branch=master ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Http-Client/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Http-Client ) [ ![ Psalm Level] ( https://shepherd.dev/github/JBZoo/Http-Client/level.svg )] ( https://shepherd.dev/github/JBZoo/Http-Client ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jbzoo/http-client/badge )] ( https://www.codefactor.io/repository/github/jbzoo/http-client/issues )
4
- [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/http-client/version )] ( https://packagist.org/packages/jbzoo/http-client/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/http-client/downloads )] ( https://packagist.org/packages/jbzoo/http-client/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/http-client/dependents )] ( https://packagist.org/packages/jbzoo/http-client/dependents?order_by=downloads ) [ ![ Visitors ] ( https://visitor-badge.glitch.me/badge?page_id=jbzoo.http-client )] ( ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/http-client )] ( https://github.com/JBZoo/Http-Client/blob/master/LICENSE )
4
+ [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/http-client/version )] ( https://packagist.org/packages/jbzoo/http-client/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/http-client/downloads )] ( https://packagist.org/packages/jbzoo/http-client/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/http-client/dependents )] ( https://packagist.org/packages/jbzoo/http-client/dependents?order_by=downloads ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/http-client )] ( https://github.com/JBZoo/Http-Client/blob/master/LICENSE )
5
5
6
6
7
7
Original file line number Diff line number Diff line change 30
30
"php" : " ^8.1" ,
31
31
"ext-json" : " *" ,
32
32
33
- "jbzoo/data" : " 7.x-dev " ,
34
- "jbzoo/utils" : " 7.x-dev " ,
35
- "jbzoo/event" : " 7.x-dev "
33
+ "jbzoo/data" : " ^7.0 " ,
34
+ "jbzoo/utils" : " ^7.0 " ,
35
+ "jbzoo/event" : " ^7.0 "
36
36
},
37
37
38
38
"require-dev" : {
39
- "jbzoo/toolbox-dev" : " 7.x-dev " ,
39
+ "jbzoo/toolbox-dev" : " ^7.0 " ,
40
40
"rmccue/requests" : " >=2.0.7" ,
41
41
"guzzlehttp/guzzle" : " >=7.5.0"
42
42
},
You can’t perform that action at this time.
0 commit comments