Skip to content

Commit

Permalink
Release v7 (#7)
Browse files Browse the repository at this point in the history
SmetDenis authored Jul 9, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b1dae7f commit cea6430
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JBZoo / Assets

[![CI](https://github.com/JBZoo/Assets/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/JBZoo/Assets/actions/workflows/main.yml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/JBZoo/Assets/badge.svg?branch=master)](https://coveralls.io/github/JBZoo/Assets?branch=master) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/Assets/coverage.svg)](https://shepherd.dev/github/JBZoo/Assets) [![Psalm Level](https://shepherd.dev/github/JBZoo/Assets/level.svg)](https://shepherd.dev/github/JBZoo/Assets) [![CodeFactor](https://www.codefactor.io/repository/github/jbzoo/assets/badge)](https://www.codefactor.io/repository/github/jbzoo/assets/issues)
[![Stable Version](https://poser.pugx.org/jbzoo/assets/version)](https://packagist.org/packages/jbzoo/assets/) [![Total Downloads](https://poser.pugx.org/jbzoo/assets/downloads)](https://packagist.org/packages/jbzoo/assets/stats) [![Dependents](https://poser.pugx.org/jbzoo/assets/dependents)](https://packagist.org/packages/jbzoo/assets/dependents?order_by=downloads) [![Visitors](https://visitor-badge.glitch.me/badge?page_id=jbzoo.assets)]() [![GitHub License](https://img.shields.io/github/license/jbzoo/assets)](https://github.com/JBZoo/Assets/blob/master/LICENSE)
[![Stable Version](https://poser.pugx.org/jbzoo/assets/version)](https://packagist.org/packages/jbzoo/assets/) [![Total Downloads](https://poser.pugx.org/jbzoo/assets/downloads)](https://packagist.org/packages/jbzoo/assets/stats) [![Dependents](https://poser.pugx.org/jbzoo/assets/dependents)](https://packagist.org/packages/jbzoo/assets/dependents?order_by=downloads) [![GitHub License](https://img.shields.io/github/license/jbzoo/assets)](https://github.com/JBZoo/Assets/blob/master/LICENSE)



10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -30,14 +30,14 @@
"require" : {
"php" : "^8.1",

"jbzoo/utils" : "7.x-dev",
"jbzoo/path" : "7.x-dev",
"jbzoo/less" : "7.x-dev",
"jbzoo/data" : "7.x-dev"
"jbzoo/utils" : "^7.0",
"jbzoo/path" : "^7.0",
"jbzoo/less" : "^7.0",
"jbzoo/data" : "^7.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "7.x-dev",
"jbzoo/toolbox-dev" : "^7.0",
"symfony/filesystem" : ">=5.2.3"
},

0 comments on commit cea6430

Please sign in to comment.