Skip to content

Commit

Permalink
Update to PHP 8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Jun 6, 2024
1 parent 2b33326 commit 5af380d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"phpstan/extension-installer": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.1"
},
"platform-check": false,
"sort-packages": true,
"wp-slug": "pronamic-pay-gravity-forms"
},
Expand All @@ -58,7 +62,7 @@
}
},
"require": {
"php": ">=8.0",
"php": ">=8.1",
"automattic/jetpack-autoloader": "^3.0",
"composer/installers": "^2.2",
"pronamic/wp-datetime": "^2.1",
Expand Down

0 comments on commit 5af380d

Please sign in to comment.