Skip to content

Commit

Permalink
Added support for PHP 8 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel STANCU <birkof@birkof.ro>
  • Loading branch information
birkof and cipcarul authored Apr 11, 2022
1 parent aaac224 commit e22da07
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 41 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
}
},
"require": {
"php": "^5.6|^7.0|^7.1|^7.2",
"lasserafn/php-initials": "^2.20",
"twig/twig": "^2.4"
},
"require-dev": {
"php": "^7.0|^8.0",
"lasserafn/php-initials": "^3.1",
"twig/twig": "^2"
},
"config": {
"sort-packages": true
Expand Down
273 changes: 237 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e22da07

Please sign in to comment.