Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
build: update package file versions to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 26, 2023
1 parent fe59fbb commit 363c141
Show file tree
Hide file tree
Showing 5 changed files with 5,281 additions and 8,952 deletions.
83 changes: 43 additions & 40 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,46 @@
{
"name": "helsingborg-stad/api-project-manager-integration",
"description": "Imports and displays projects from Project Manager API.",
"type": "wordpress-plugin",
"license": "MIT",
"scripts": {
"test": "./vendor/bin/phpunit --testdox",
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testdox",
"minimal": "./vendor/bin/phpunit"
},
"authors": [
{
"name": "Jonatan Hanson",
"email": "jonatan.hanson@helsingborg.se"
"name": "helsingborg-stad/api-project-manager-integration",
"description": "Imports and displays projects from Project Manager API.",
"type": "wordpress-plugin",
"license": "MIT",
"scripts": {
"test": "./vendor/bin/phpunit --testdox",
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --testdox",
"minimal": "./vendor/bin/phpunit"
},
{
"name": "Nikolas Ramstedt",
"email": "nikolas.ramstedt@helsingborg.se"
"authors": [
{
"name": "Jonatan Hanson",
"email": "jonatan.hanson@helsingborg.se"
},
{
"name": "Nikolas Ramstedt",
"email": "nikolas.ramstedt@helsingborg.se"
},
{
"name": "Ehsan Zilaei",
"email": "ehsan.zilaei@helsingborg.se"
}
],
"autoload": {
"psr-4": {
"ProjectManagerIntegration\\": "source/php/"
}
},
{
"name": "Ehsan Zilaei",
"email": "ehsan.zilaei@helsingborg.se"
}
],
"autoload": {
"psr-4": {"ProjectManagerIntegration\\": "source/php/"}
},
"minimum-stability": "stable",
"require": {
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"composer/installers": "~1.0"
},
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
"minimum-stability": "stable",
"require": {
"helsingborg-stad/acf-export-manager": ">=1.0.0",
"composer/installers": "~1.0"
},
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"version": "2.0.0"
}
4 changes: 2 additions & 2 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 363c141

Please sign in to comment.