Skip to content

Commit

Permalink
Merge pull request #535 from itinerare/feature/8.1-upgrade
Browse files Browse the repository at this point in the history
PHP 8.1 upgrade
  • Loading branch information
itinerare authored Mar 26, 2023
2 parents a04236d + b1bc11d commit dad0aaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
],
"license": "MIT",
"require": {
"php": "^7.4",
"php": "~8.1",
"boxconnect/deviant-php": "dev-master",
"doctrine/dbal": "2.2",
"doctrine/dbal": "^2.2",
"erusev/parsedown": "^1.7",
"ezyang/htmlpurifier": "^4.10",
"fideloper/proxy": "^4.0",
Expand All @@ -22,7 +22,7 @@
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
"intervention/image": "^2.4",
"laracasts/flash": "^3.0",
"laravel/framework": "8.0",
"laravel/framework": "^8.0",
"laravel/helpers": "^1.4",
"laravel/socialite": "^5.2",
"laravel/tinker": "^2.0",
Expand All @@ -34,7 +34,7 @@
"socialiteproviders/tumblr": "^4.1",
"socialiteproviders/twitch": "^5.3",
"socialiteproviders/twitter": "^4.1",
"spatie/laravel-honeypot": "^2.3.0"
"spatie/laravel-honeypot": "^4.1"
},
"require-dev": {
"beyondcode/laravel-dump-server": "^1.0",
Expand Down

0 comments on commit dad0aaf

Please sign in to comment.