Skip to content

Commit

Permalink
Use Jetpack autoloader.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Nov 1, 2023
1 parent e85404d commit 962d77a
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 444 deletions.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,20 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"roots/wordpress-core-installer": true
"roots/wordpress-core-installer": true,
"automattic/jetpack-autoloader": true
},
"platform": {
"php": "8.0"
},
"platform-check": false,
"sort-packages": true,
"wp-slug": "pronamic-client"
},
"require": {
"php": ">=8.0",
"automattic/jetpack-autoloader": "^2.12"
},
"require-dev": {
"phpcompatibility/php-compatibility": "^9.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
Expand Down
Loading

0 comments on commit 962d77a

Please sign in to comment.