rou9e / framework
Light framework with common tools to play around
1.1.26
2025-03-29 18:42 UTC
Requires
- php: >=7.4
- goodby/csv: ^1.3
- guzzlehttp/guzzle: ^7.8
- openai-php/client: ^0.9.2
- phpmailer/phpmailer: ^6.9
- symfony/var-dumper: ^5.4
- vlucas/phpdotenv: ^5.6
README
https://packagist.org/packages/rou9e/framework
Step 01 - Versioning
Updating composer.json to change current version (ex : 1.1.26)
Step 02 - Committing
gitcommitm " -- Committing new tag 1.1.26 -- -- Switching repository "
Step 03 - Pushing
gitpush
Step 04 - Tagging
git tag 1.1.26; git push --tags;
In case of needing to delete a tag
git tag -d 1.1.26; git push --delete origin 1.1.26;