Skip to content

Commit

Permalink
Merge pull request #4 from lion-packages/refactor
Browse files Browse the repository at this point in the history
Update library namespace and dependecies
  • Loading branch information
LeinadAlberto authored Jan 10, 2024
2 parents 2b61247 + 476abeb commit a113378
Show file tree
Hide file tree
Showing 19 changed files with 308 additions and 199 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Lion-Packages
Copyright (c) 2022 Lion-Packages

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
</p>

<p align="center">
<img src="http://poser.pugx.org/lion/helpers/v" alt="Latest Stable Version">
<img src="http://poser.pugx.org/lion/helpers/downloads" alt="Total Downloads">
<img src="http://poser.pugx.org/lion/helpers/license" alt="License">
<img src="http://poser.pugx.org/lion/helpers/require/php" alt="PHP Version Require">
<img src="http://poser.pugx.org/lion/mailer/v" alt="Latest Stable Version">
<img src="http://poser.pugx.org/lion/mailer/downloads" alt="Total Downloads">
<img src="http://poser.pugx.org/lion/mailer/license" alt="License">
<img src="http://poser.pugx.org/lion/mailer/require/php" alt="PHP Version Require">
</p>

## Install
```bash
composer require lion/helpers
composer require lion/mailer
```

## License

The <strong>helpers</strong> library is open source software licensed under the [MIT License](https://github.com/lion-packages/helpers/blob/main/LICENSE).
The <strong>mailer</strong> library is open source software licensed under the [MIT License](https://github.com/lion-packages/mailer/blob/main/LICENSE).
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"autoload": {
"psr-4": {
"LionMailer\\": "src/"
"Lion\\Mailer\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -14,13 +14,14 @@
}
},
"require": {
"php": ">=8.1",
"php": ">=8.2",
"phpmailer/phpmailer": "^6.6",
"symfony/mailer": "^6.3",
"symfony/mime": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^10.0.",
"vlucas/phpdotenv": "*"
"vlucas/phpdotenv": "*",
"lion/test": "^1.4"
}
}
Loading

0 comments on commit a113378

Please sign in to comment.