Skip to content

Commit

Permalink
Update licenses, add scriptsdev to run dev only scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon14 committed Oct 27, 2023
1 parent 1072399 commit 102eeff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"friendsofphp/php-cs-fixer": "^3.35",
"guzzlehttp/guzzle": "^7.8",
"mockery/mockery": "^1.6",
"neronmoon/scriptsdev": "^0.1.9",
"nunomaduro/phpinsights": "^2.9",
"pestphp/pest": "^1.23.1",
"pestphp/pest-plugin-parallel": "^1.2",
Expand Down Expand Up @@ -105,6 +106,14 @@
"dev-master": "1.0-dev",
"dev-main": "1.0-dev",
"dev-latest": "1.0-dev"
},
"scripts-dev": {
"post-update-cmd": [
"@composer run-script licenses:generate"
],
"post-install-cmd": [
"@composer run-script licenses:generate"
]
}
},
"minimum-stability": "stable",
Expand All @@ -113,7 +122,8 @@
"allow-plugins": {
"symfony/thanks": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"pestphp/pest-plugin": true
"pestphp/pest-plugin": true,
"neronmoon/scriptsdev": true
},
"sort-packages": true
}
Expand Down
4 changes: 2 additions & 2 deletions licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage, and license information for every dependency in this project.
## Source

### brandon14/fossabot-commander
Library to to easily create Fossabot commands invokable via the Fossabot customapi implementation.
Library to easily create Fossabot commands invokable via the Fossabot customapi implementation.
Homepage: [brandon14/fossabot-commander](https://github.com/brandon14/fossabot-commander)
Licenses Used: MIT

Expand Down Expand Up @@ -112,7 +112,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


### psr/log (Version 1.1.4 | d49695b)
### psr/log (Version 3.0.0 | fe5ea30)
Common interface for logging libraries
Homepage: [https://github.com/php-fig/log](https://github.com/php-fig/log)
Licenses Used: MIT
Expand Down

0 comments on commit 102eeff

Please sign in to comment.