Skip to content

Commit 68fb411

Browse files
committed
Update
- Improve Classes Components
1 parent a14cf76 commit 68fb411

39 files changed

+2508
-1708
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 FloatPHP
3+
Copyright (c) 2024 FloatPHP
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
<img src="https://www.floatphp.com/assets/img/floatphp.png" width="100" alt="Micro PHP framework">
44

5-
FloatPHP **Classes Components**.
5+
FloatPHP **Classes Components** Without 3th-parties.
6+
This components tweaks build-in (Native) PHP functions to customize its behavior.
7+
In the majority of cases, the most used build-in function with underscore are redefined.
68

79
## ⚡ Installing:
810

composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatphp/classes",
3-
"version" : "1.0.2",
3+
"version" : "1.1.0",
44
"type": "library",
55
"description": "FloatPHP Classes Components",
66
"keywords": ["floatphp","micro-framework","framework","PSR","ORM","jakiboy"],
@@ -11,16 +11,11 @@
1111
"name": "Jihad Sinnaour",
1212
"email": "[email protected]",
1313
"role": "Founder"
14-
},
15-
{
16-
"name": "Softgine",
17-
"email": "[email protected]",
18-
"role": "Developer"
1914
}
2015
],
2116
"require": {
2217
"php": ">=7.4",
23-
"floatphp/interfaces": "^1.0.2"
18+
"floatphp/interfaces": "^1.1.0"
2419
},
2520
"autoload": {
2621
"psr-4" : {

0 commit comments

Comments
 (0)