Skip to content

Commit

Permalink
Merge pull request #8 from vstelmakh/v3.0
Browse files Browse the repository at this point in the history
v3
  • Loading branch information
vstelmakh authored Nov 5, 2020
2 parents f0c7e0f + 59970f4 commit 147d44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Releases following [Semantic Versioning](https://semver.org/spec/v2.0.0.html) sp

For Url highlight changelog see: [CHANGELOG.md](https://github.com/vstelmakh/url-highlight/CHANGELOG.md)

### v3.0.0 (2020-11-05)
- Required Url highlight v3

### v2.0.1 (2020-09-24)
- Added PHP 8 compatibility

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"require": {
"php": "^7.1 || ^8",
"twig/twig": "^1.38 || ^2.7 || ^3",
"vstelmakh/url-highlight": "^2"
"vstelmakh/url-highlight": "^3"
},
"require-dev" : {
"phpunit/phpunit": "^7.5.3 || ^8 || ^9",
"phpunit/phpunit": "^7.5.3 <10",
"phpstan/phpstan": "^0.12.3",
"squizlabs/php_codesniffer": "^3.5",
"vstelmakh/covelyzer": "^0.1.0"
Expand Down

0 comments on commit 147d44e

Please sign in to comment.