Skip to content

Releases: MarjovanLier/StringManipulation

Release v1.0.23

09 Jan 14:32
6008021
Compare
Choose a tag to compare

Changes included in this release:
6008021 - Update composer.json configurations

Release v1.0.22

09 Jan 13:45
ef729df
Compare
Choose a tag to compare

Changes included in this release:
ef729df - Add 'tests' directory to Psalm configuration

Release v1.0.21

09 Jan 11:06
8a1c041
Compare
Choose a tag to compare

Changes included in this release:
8a1c041 - Update package description in composer.json

Release v1.0.20

09 Jan 11:01
c536a4c
Compare
Choose a tag to compare

Changes included in this release:
c536a4c - Reorder composer.json to prioritize PHP requirement

Release v1.0.19

09 Jan 10:53
d36f05d
Compare
Choose a tag to compare

Changes included in this release:
d36f05d - Update GitHub actions to use environment variables

Release v1.0.18

09 Jan 10:47
68d8eb8
Compare
Choose a tag to compare

Changes included in this release:
68d8eb8 - Add commit messages to the release body

Release v1.0.17

09 Jan 10:43
6c1e007
Compare
Choose a tag to compare
Add strict validation to post-update command

A strict validation command has been added to the post-update commands in the composer.json file. This will ensure that any updates to dependencies are validated strictly and prevent any minor issues from being ignored.

Release v1.0.16

09 Jan 08:36
05ede36
Compare
Choose a tag to compare
Update author details and dependencies in composer.json

The author name has been updated from 'Marjo van Lier' to 'Marjo Wenzel van Lier'. Also, the 'roave/security-advisories' package has been added to the list of dependencies, which will help to strengthen the security of the application.

Release v1.0.15

09 Jan 08:23
411de65
Compare
Choose a tag to compare
Add composer validate test to composer.json

A new test script has been added to the composer.json file, specifically the 'composer validate --strict' command. This tool checks for syntax errors in the composer.json file, enforcing a strict validation.

Release v1.0.14

09 Jan 07:37
95155ce
Compare
Choose a tag to compare
Add PHPStan extension installer to composer.json

The PHPStan extension installer has been added to the list of allowed plugins in composer.json. The version of the PHPStan extension installer has been specified, and PHPStan strict rules have also been included.