Skip to content

Commit

Permalink
build: update package file versions to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Sep 26, 2023
1 parent 921babe commit 5f40eb2
Show file tree
Hide file tree
Showing 5 changed files with 13,247 additions and 22,406 deletions.
69 changes: 35 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,36 @@
{
"name": "helsingborg-stad/mod-my-pages",
"description": "Modularity Wordpress Plugin",
"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": "Nikolas Ramstedt",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"ModMyPages\\": "source/php/"
}
},
"minimum-stability": "stable",
"require": {
"firebase/php-jwt": "^6.0.0"
},
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^5.7",
"szepeviktor/phpstan-wordpress": "^1.1",
"php-stubs/acf-pro-stubs": "^6.0"
}
}
"name": "helsingborg-stad/mod-my-pages",
"description": "Modularity Wordpress Plugin",
"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": "Nikolas Ramstedt",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"ModMyPages\\": "source/php/"
}
},
"minimum-stability": "stable",
"require": {
"firebase/php-jwt": "^6.0.0"
},
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^5.7",
"szepeviktor/phpstan-wordpress": "^1.1",
"php-stubs/acf-pro-stubs": "^6.0"
},
"version": "1.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.

2 changes: 1 addition & 1 deletion mod-my-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mod My Pages
* Plugin URI: https://github.com/helsingborg-stad/mod-my-pages
* Description: Modularity Wordpress Plugin
* Version: 1.0.0
* Version: 1.0.0
* Author: Nikolas Ramstedt
* Author URI: https://github.com/helsingborg-stad
* License: MIT
Expand Down
Loading

0 comments on commit 5f40eb2

Please sign in to comment.