Skip to content

Commit 9322e7c

Browse files
committed
Latest version
1 parent 69aba55 commit 9322e7c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JBZoo / Image
22

3-
[![Build Status](https://travis-ci.org/JBZoo/Image.svg?branch=master)](https://travis-ci.org/JBZoo/Image) [![Coverage Status](https://coveralls.io/repos/JBZoo/Image/badge.svg)](https://coveralls.io/github/JBZoo/Image?branch=master) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Image/coverage.svg)](https://shepherd.dev/github/JBZoo/Image)
3+
[![Build Status](https://travis-ci.org/JBZoo/Image.svg)](https://travis-ci.org/JBZoo/Image) [![Coverage Status](https://coveralls.io/repos/JBZoo/Image/badge.svg)](https://coveralls.io/github/JBZoo/Image) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Image/coverage.svg)](https://shepherd.dev/github/JBZoo/Image)
44
[![Stable Version](https://poser.pugx.org/jbzoo/image/version)](https://packagist.org/packages/jbzoo/image) [![Latest Unstable Version](https://poser.pugx.org/jbzoo/image/v/unstable)](https://packagist.org/packages/jbzoo/image) [![Dependents](https://poser.pugx.org/jbzoo/image/dependents)](https://packagist.org/packages/jbzoo/image/dependents?order_by=downloads) [![GitHub Issues](https://img.shields.io/github/issues/jbzoo/image)](https://github.com/JBZoo/Image/issues) [![Total Downloads](https://poser.pugx.org/jbzoo/image/downloads)](https://packagist.org/packages/jbzoo/image/stats) [![GitHub License](https://img.shields.io/github/license/jbzoo/image)](https://github.com/JBZoo/Image/blob/master/LICENSE)
55

66

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
],
2525

2626
"require" : {
27-
"php" : "^7.2",
27+
"php" : ">=7.2",
2828
"ext-gd" : "*",
2929
"ext-exif" : "*",
3030
"ext-ctype" : "*",
3131

32-
"jbzoo/utils" : "^4.0.0",
33-
"jbzoo/data" : "^4.0.0"
32+
"jbzoo/utils" : "^4.2.1",
33+
"jbzoo/data" : "^4.0.1"
3434
},
3535

3636
"require-dev" : {
37-
"jbzoo/toolbox-dev" : "^2.1.0"
37+
"jbzoo/toolbox-dev" : "^2.4.0"
3838
},
3939

4040
"autoload" : {

0 commit comments

Comments
 (0)