Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
/unhold 1292e0a3-7396-405d-8c77-4ff3b34f9c57
  • Loading branch information
planet-4 authored and lithrel committed Jan 8, 2024
1 parent 1ebc170 commit 1c6b035
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ job_environments:
HELM_RELEASE: planet4-test-pandora
WP_DB_NAME: planet4-testpand_wordpress_develop
WP_STATELESS_BUCKET: planet4-test-pandora-stateless-develop
GIT_REF: fix/php8-monolog


commands:
Expand Down
30 changes: 28 additions & 2 deletions composer-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,33 @@
"description": "Greenpeace P4 test-pandora",
"license": "MIT",
"require": {
"greenpeace/planet4-master-theme": "dev-main",
"greenpeace/planet4-master-theme": "7",
"greenpeace/planet4-plugin-gutenberg-blocks": "dev-main"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "greenpeace/planet4-master-theme",
"type": "wordpress-theme",
"autoload": {
"psr-4": {
"P4\\MasterTheme\\": "src/"
}
},
"extra": {
"installer-paths": {
"vendor/plugins/{$name}/": [
"type:wordpress-plugin"
]
}
},
"version": 7,
"dist": {
"type": "zip",
"url": "https://storage.googleapis.com/planet4-packages/planet4-master-theme/f094eaef86d3a3b494c95e4993a698d03c076ac9.zip"
}
}
}
]
}

0 comments on commit 1c6b035

Please sign in to comment.