Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
upgrade code to be used with PHP 7.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydspaniard committed Feb 5, 2020
1 parent b144a4e commit 7b886b1
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 2,574 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ index

# php_cs
.php_cs.cache

# composer
composer.lock

# php unit
.phpunit.result.cache
32 changes: 14 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,30 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"yiisoft/yii2": "~2.0.5",
"bower-asset/chartjs": "~2.6"
"php": ">=7.3",
"yiisoft/yii2": "^2.0",
"nnnick/chartjs": "^2.9"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"friendsofphp/php-cs-fixer": "^2.0"
"roave/security-advisories": "dev-master",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
"dosamigos\\chartjs\\": "src"
}
},
"config": {
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
},
"vcs-driver-options": {
"github-no-api": true
},
"git-skip-update": "2 days",
"pattern-skip-version": "(-build|-patch)"
}
},
"extra": {
"installer-types": ["bower-asset", "npm-asset"],
"branch-alias": {
"dev-master": "1.0-dev"
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
Loading

0 comments on commit 7b886b1

Please sign in to comment.