File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# JBZoo / Image
2
2
3
3
[ ![ CI] ( https://github.com/JBZoo/Image/actions/workflows/main.yml/badge.svg?branch=master )] ( https://github.com/JBZoo/Image/actions/workflows/main.yml?query=branch%3Amaster ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/JBZoo/Image/badge.svg?branch=master )] ( https://coveralls.io/github/JBZoo/Image?branch=master ) [ ![ Psalm Coverage] ( https://shepherd.dev/github/JBZoo/Image/coverage.svg )] ( https://shepherd.dev/github/JBZoo/Image ) [ ![ Psalm Level] ( https://shepherd.dev/github/JBZoo/Image/level.svg )] ( https://shepherd.dev/github/JBZoo/Image ) [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jbzoo/image/badge )] ( https://www.codefactor.io/repository/github/jbzoo/image/issues )
4
- [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/image/version )] ( https://packagist.org/packages/jbzoo/image/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/image/downloads )] ( https://packagist.org/packages/jbzoo/image/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/image/dependents )] ( https://packagist.org/packages/jbzoo/image/dependents?order_by=downloads ) [ ![ Visitors ] ( https://visitor-badge.glitch.me/badge?page_id=jbzoo.image )] ( ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/image )] ( https://github.com/JBZoo/Image/blob/master/LICENSE )
4
+ [ ![ Stable Version] ( https://poser.pugx.org/jbzoo/image/version )] ( https://packagist.org/packages/jbzoo/image/ ) [ ![ Total Downloads] ( https://poser.pugx.org/jbzoo/image/downloads )] ( https://packagist.org/packages/jbzoo/image/stats ) [ ![ Dependents] ( https://poser.pugx.org/jbzoo/image/dependents )] ( https://packagist.org/packages/jbzoo/image/dependents?order_by=downloads ) [ ![ GitHub License] ( https://img.shields.io/github/license/jbzoo/image )] ( https://github.com/JBZoo/Image/blob/master/LICENSE )
5
5
6
6
7
7
Original file line number Diff line number Diff line change 42
42
"ext-exif" : " *" ,
43
43
"ext-ctype" : " *" ,
44
44
45
- "jbzoo/utils" : " 7.x-dev " ,
46
- "jbzoo/data" : " 7.x-dev "
45
+ "jbzoo/utils" : " ^7.0 " ,
46
+ "jbzoo/data" : " ^7.0 "
47
47
},
48
48
49
49
"require-dev" : {
50
- "jbzoo/toolbox-dev" : " 7.x-dev "
50
+ "jbzoo/toolbox-dev" : " ^7.0 "
51
51
},
52
52
53
53
"autoload" : {
You can’t perform that action at this time.
0 commit comments