Skip to content

Commit

Permalink
update to lesserphp 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jan 31, 2023
1 parent c7acaa1 commit 7e785b0
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 81 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -13,7 +13,7 @@
"geshi/geshi": "dev-master as 1.0.x-dev",
"openpsa/universalfeedcreator": "^1.8",
"aziraphale/email-address-validator": "^2",
"marcusschwarz/lesserphp": "^0.5.1",
"marcusschwarz/lesserphp": "^0.6",
"splitbrain/php-cli": "^1.1",
"splitbrain/slika": "^1.0",
"kissifrot/php-ixr": "^1.8"
Expand Down
26 changes: 12 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions vendor/composer/installed.json
Expand Up @@ -139,32 +139,30 @@
},
{
"name": "marcusschwarz/lesserphp",
"version": "v0.5.5",
"version_normalized": "0.5.5.0",
"version": "v0.6.0",
"version_normalized": "0.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/MarcusSchwarz/lesserphp.git",
"reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7"
"reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7",
"reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7",
"url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
"reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
"shasum": ""
},
"require": {
"php": "^7.2|^7.3|^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.35 <8"
"phpunit/phpunit": "^8.0|^9.0"
},
"time": "2021-03-10T17:56:57+00:00",
"time": "2021-03-10T19:14:23+00:00",
"bin": [
"plessc"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.1-dev"
}
},
"installation-source": "dist",
"autoload": {
"classmap": [
Expand All @@ -189,7 +187,11 @@
}
],
"description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
"homepage": "http://leafo.net/lessphp/",
"homepage": "https://www.maswaba.de/lesserphpdocs/",
"support": {
"issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
"source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.6.0"
},
"install-path": "../marcusschwarz/lesserphp"
},
{
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/installed.php
Expand Up @@ -5,7 +5,7 @@
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a46a37efcf1638f0307b96eab90ec9138202a230',
'reference' => 'c7acaa16b3726be12f4d27c43e8012f9d353f4cc',
'name' => 'splitbrain/dokuwiki',
'dev' => true,
),
Expand Down Expand Up @@ -41,12 +41,12 @@
'dev_requirement' => false,
),
'marcusschwarz/lesserphp' => array(
'pretty_version' => 'v0.5.5',
'version' => '0.5.5.0',
'pretty_version' => 'v0.6.0',
'version' => '0.6.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../marcusschwarz/lesserphp',
'aliases' => array(),
'reference' => '77ba82b5218ff228267d3b0e5ec8697be75e86a7',
'reference' => '64ece57ad81ab1fe4d2a1894729e0d293fce09ef',
'dev_requirement' => false,
),
'openpsa/universalfeedcreator' => array(
Expand Down Expand Up @@ -82,7 +82,7 @@
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => 'a46a37efcf1638f0307b96eab90ec9138202a230',
'reference' => 'c7acaa16b3726be12f4d27c43e8012f9d353f4cc',
'dev_requirement' => false,
),
'splitbrain/php-archive' => array(
Expand Down
1 change: 1 addition & 0 deletions vendor/marcusschwarz/lesserphp/.gitignore
Expand Up @@ -8,3 +8,4 @@ vendor
composer.lock

.idea/
.phpunit.result.cache
7 changes: 5 additions & 2 deletions vendor/marcusschwarz/lesserphp/HISTORY.md
@@ -1,12 +1,15 @@
# lesserphp v0.5.5
# lesserphp v0.6.0

Originally written by Leaf Corcoran, obviously abandoned circa 2014
https://github.com/leafo/lessphp

Last version provided by Leaf was 0.5.0

### v.0.6.0
* 2021-03-10: adds php8-support and drops php5.x-support, pushing min requirement to php7.2

### v.0.5.5
* 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25)
* 2021-03-10: More PHP 7.4 support for 0.5-dev (@phy25 and @ArtemGoutsoul)

### v.0.5.4
* 2020-01-19: added 7.4 support to travis and removed antique php versions (@phy25)
Expand Down
2 changes: 1 addition & 1 deletion vendor/marcusschwarz/lesserphp/README.md
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/MarcusSchwarz/lesserphp.svg)](https://travis-ci.org/MarcusSchwarz/lesserphp)

# lesserphp v0.5.5
# lesserphp v0.6.0
### <http://github.com/MarcusSchwarz/lesserphp>

`lesserphp` is a compiler for LESS written in PHP. It is based on lessphp bei leafo.
Expand Down
10 changes: 4 additions & 6 deletions vendor/marcusschwarz/lesserphp/composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "marcusschwarz/lesserphp",
"type": "library",
"description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
"homepage": "http://leafo.net/lessphp/",
"homepage": "https://www.maswaba.de/lesserphpdocs/",
"license": [
"MIT",
"GPL-3.0"
Expand All @@ -24,13 +24,11 @@
"autoload": {
"classmap": ["lessc.inc.php"]
},
"extra": {
"branch-alias": {
"dev-master": "0.5.1-dev"
}
"require": {
"php": "^7.2|^7.3|^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.35 <8"
"phpunit/phpunit": "^8.0|^9.0"
},
"scripts": {
"test": "phpunit"
Expand Down

0 comments on commit 7e785b0

Please sign in to comment.