Skip to content

Commit f6e81ad

Browse files
committed
Update
1 parent 937596a commit f6e81ad

File tree

3 files changed

+37
-6
lines changed

3 files changed

+37
-6
lines changed

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# Exceptions
2-
Exceptions Component
1+
# FloatPHP (Exceptions)
2+
3+
<img src="https://www.floatphp.com/assets/img/floatphp.png" width="100" alt="Micro PHP framework">
4+
5+
FloatPHP **Exceptions Components**.
6+
7+
## ⚡ Installing:
8+
9+
```
10+
composer require floatphp/exceptions
11+
```
12+
13+
## Contributing:
14+
15+
Please read [CONTRIBUTING.md](https://github.com/floatphp/Exceptions/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
16+
17+
## Versioning:
18+
19+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/floatphp/Exceptions/tags).
20+
21+
## Authors:
22+
23+
* **Jihad Sinnaour** - [Jakiboy](https://github.com/Jakiboy) (*Initial work*)
24+
25+
See also the full list of [contributors](https://github.com/floatphp/Exceptions/contributors) who participated in this project. Any suggestions (Pull requests) are welcome!
26+
27+
## License:
28+
29+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/floatphp/Exceptions/blob/master/LICENSE) file for details.
30+
31+
## ⭐ Support:
32+
33+
Please give it a Star if you like the project.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "floatphp/exceptions",
3-
"version" : "1.0.0",
3+
"version" : "1.0.1",
44
"type": "library",
5-
"description": "Exceptions for floatPHP",
5+
"description": "FloatPHP Exceptions Components",
66
"keywords": ["floatphp","micro-framework","framework","PSR","ORM","jakiboy"],
77
"homepage": "https://www.floatphp.com/",
88
"license": "MIT",

src/Kernel/ConfigException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* @author : JIHAD SINNAOUR
44
* @package : FloatPHP
55
* @subpackage : Exceptions Component
6-
* @version : 1.0.0
6+
* @version : 1.0.1
77
* @category : PHP framework
8-
* @copyright : (c) 2017 - 2022 Jihad Sinnaour <[email protected]>
8+
* @copyright : (c) 2017 - 2023 Jihad Sinnaour <[email protected]>
99
* @link : https://www.floatphp.com
1010
* @license : MIT
1111
*

0 commit comments

Comments
 (0)