Skip to content

Commit

Permalink
Merge pull request #190 from tadasauciunas/master
Browse files Browse the repository at this point in the history
Update deprecated packages, allow symfony/console ^5.0
  • Loading branch information
widmogrod authored Dec 29, 2020
2 parents c5de06a + 9da123e commit dfc8c81
Show file tree
Hide file tree
Showing 15 changed files with 3,245 additions and 1,383 deletions.
58 changes: 0 additions & 58 deletions .php_cs

This file was deleted.

5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

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

matrix:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"bin/assetic"
],
"require": {
"php": "^5.6 || ^7.0",
"kriswallsmith/assetic": "^1.2",
"php": "^7.3",
"assetic/framework": "~2.0.0",
"widmogrod/php-functional": "^1.0",
"zendframework/zend-mvc": "^3.0",
"symfony/console": "^3.1.3"
"symfony/console": "^3.1.3 | ^4.0 | ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.4",
"fabpot/php-cs-fixer": "^1.12"
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^2.17"
},
"suggest": {
"leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
Expand All @@ -41,7 +41,7 @@
"scripts": {
"test": "phpunit",
"fix-code": "php-cs-fixer fix",
"check-code": "php-cs-fixer fix --verbose --diff --dry-run"
"check-code": "php-cs-fixer fix src/ --verbose --diff --dry-run --using-cache=no"
},
"autoload": {
"psr-0": {
Expand Down
Loading

0 comments on commit dfc8c81

Please sign in to comment.