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

Commit

Permalink
Merge pull request #14 from razvanphp/php-7.2-compatibility
Browse files Browse the repository at this point in the history
make the widget compatible with PHP 7.2
  • Loading branch information
dzona authored Aug 16, 2018
2 parents 7967f2c + 54e0ae6 commit ce803ba
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 375 deletions.
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"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 ce803ba

Please sign in to comment.