Skip to content

Commit

Permalink
Merge pull request #634 from dpauli/#633-Move-lesserphp-to-require
Browse files Browse the repository at this point in the history
#633 move lesserphp to require
  • Loading branch information
glensc committed Sep 19, 2019
2 parents 807f419 + 40f89b5 commit 25065b1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Expand Up @@ -29,19 +29,18 @@
"mrclay/jsmin-php": "~2",
"mrclay/props-dic": "^2.2",
"php": "^5.3.0 || ^7.0",
"tubalmartin/cssmin": "~4"
"tubalmartin/cssmin": "~4",
"marcusschwarz/lesserphp": "~0.5.1",
},
"require-dev": {
"firephp/firephp-core": "~0.4.0",
"leafo/scssphp": "^0.3 || ^0.6 || ^0.7",
"marcusschwarz/lesserphp": "~0.5.1",
"meenie/javascript-packer": "~1.1",
"phpunit/phpunit": "^4.8.36",
"tedivm/jshrink": "~1.1.0"
},
"suggest": {
"firephp/firephp-core": "Use FirePHP for Log messages",
"marcusschwarz/lesserphp": "LESS support",
"meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
},
"scripts": {
Expand Down

0 comments on commit 25065b1

Please sign in to comment.