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 43649a4 commit 153c360
Show file tree
Hide file tree
Showing 4 changed files with 19,904 additions and 33,578 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
}
],
"autoload": {
"psr-4": {"GdiCases\\": "source/php/"}
"psr-4": {
"GdiCases\\": "source/php/"
}
},
"minimum-stability": "stable",
"require": {},
"require": [],
"require-dev": {
"brain/monkey": "^2.6",
"codedungeon/phpunit-result-printer": "^0.31.0",
"phpunit/phpunit": "^9.5"
}
}
},
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion gdi-modularity-cases.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: GDI Modularity Cases
* Plugin URI: https://github.com/nramstedt/gdi-modularity-cases
* Description: GDI Cases module
* Version: 1.0.0
* Version: 1.0.0
* Author: Nikolas Ramstedt @ Helsingborg Stad
* Author URI: https://github.com/helsingborg-stad
* License: MIT
Expand Down
Loading

0 comments on commit 153c360

Please sign in to comment.