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

Commit

Permalink
make the widget compatible with PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Grigore committed Jul 31, 2018
1 parent 37d575d commit 759ea74
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 378 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-bootstrap": "~2.0.0",
"bower-asset/typeahead.js": "~0.11.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-4": {
Expand All @@ -46,5 +46,11 @@
"branch-alias": {
"dev-master": "1.0-dev"
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}
Loading

0 comments on commit 759ea74

Please sign in to comment.