This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update package file versions to 2.0.0
- Loading branch information
GitHub Action
committed
Sep 26, 2023
1 parent
fe59fbb
commit 363c141
Showing
5 changed files
with
5,281 additions
and
8,952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "[email protected]" | ||
"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": "[email protected]" | ||
"authors": [ | ||
{ | ||
"name": "Jonatan Hanson", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Nikolas Ramstedt", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Ehsan Zilaei", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"ProjectManagerIntegration\\": "source/php/" | ||
} | ||
}, | ||
{ | ||
"name": "Ehsan Zilaei", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"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" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.