Skip to content

Commit

Permalink
Merge pull request #3 from ppp0/0.6.0
Browse files Browse the repository at this point in the history
Move to php-8.1
  • Loading branch information
ppp0 authored Dec 13, 2022
2 parents 81e6d90 + 3813ea1 commit b2f1cdc
Show file tree
Hide file tree
Showing 10 changed files with 850 additions and 860 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
idea/
*.swp
*~
/*.less
Expand Down
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
language: php

php:
- 5.6
- hhvm
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.1

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/leafo/lessphp.svg?branch=master)](https://travis-ci.org/leafo/lessphp)

# lessphp v0.5.2-cm
# lessphp v0.6.0
### <http://leafo.net/lessphp>

`lessphp` is a compiler for LESS written in PHP. The documentation is great,
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"classmap": ["lessc.inc.php"]
},
"require-dev": {
"phpunit/phpunit": "^5.7.27",
"squizlabs/php_codesniffer": "3.3.2"
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "3.7.1"
},
"scripts": {
"test": [
Expand Down
Loading

0 comments on commit b2f1cdc

Please sign in to comment.