Skip to content

Commit

Permalink
chore: update composer files
Browse files Browse the repository at this point in the history
Now requires PHP 8.1
  • Loading branch information
drupol authored and marcosh committed Mar 21, 2023
1 parent 0865cab commit d49cab6
Show file tree
Hide file tree
Showing 2 changed files with 3,206 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
],
"homepage": "https://github.com/marcosh/lamphpda",
"require": {
"php": ">= 7.4"
"php": ">= 8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"friendsofphp/php-cs-fixer": "^3.15",
"kahlan/kahlan": "^5.2",
"maglnet/composer-require-checker": "^3.8",
"vimeo/psalm": "^4"
"maglnet/composer-require-checker": "^4.5",
"vimeo/psalm": "^5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d49cab6

Please sign in to comment.