Skip to content

Commit

Permalink
Merge pull request #191 from Automattic/trunk
Browse files Browse the repository at this point in the history
Alpha release Aug 02
  • Loading branch information
dkoo authored Aug 2, 2024
2 parents caa2dfe + 51d2163 commit ca2e56e
Show file tree
Hide file tree
Showing 5 changed files with 27,747 additions and 54,240 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "automattic/super-cool-ad-inserter",
"description": "Super Cool Ad Inserter",
"type": "wordpress-plugin",
"require-dev": {
"composer/installers": "~2.0",
"automattic/vipwpcs": "^3.0.1",
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^7.0 || ^9.5"
},
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "7.4"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
"name": "automattic/super-cool-ad-inserter",
"description": "Super Cool Ad Inserter",
"type": "wordpress-plugin",
"require-dev": {
"composer/installers": "~2.0",
"automattic/vipwpcs": "^3.0.1",
"wp-coding-standards/wpcs": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"phpcompatibility/phpcompatibility-wp": "*",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^7.0 || ^9.5"
},
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "8.0"
},
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
29 changes: 15 additions & 14 deletions composer.lock

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

Loading

0 comments on commit ca2e56e

Please sign in to comment.