Skip to content

Commit

Permalink
Release v7 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 9, 2023
1 parent 8204fe0 commit a2b1a67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .phan.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@
'vendor/jbzoo/utils',
'vendor/wikimedia/less.php/lib/Less',
],

// 'file_list' => [
// 'vendor/wikimedia/less.php/lib/Less/Parser.php',
// ],
]);
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JBZoo / Less

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



Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"require" : {
"php" : "^8.1",

"jbzoo/data" : "7.x-dev",
"jbzoo/utils" : "7.x-dev",
"jbzoo/data" : "^7.0",
"jbzoo/utils" : "^7.0",
"wikimedia/less.php" : ">=4.0.0"
},

"require-dev" : {
"jbzoo/toolbox-dev" : "7.x-dev"
"jbzoo/toolbox-dev" : "^7.0"
},

"autoload" : {
Expand Down

0 comments on commit a2b1a67

Please sign in to comment.