Skip to content

Commit 5a4fc04

Browse files
committed
Update
Version
1 parent 5aa83a4 commit 5a4fc04

36 files changed

+38
-38
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatphp/classes",
3-
"version" : "1.1.2",
3+
"version" : "1.1.3",
44
"type": "library",
55
"description": "FloatPHP Classes Components",
66
"keywords": ["floatphp","micro-framework","framework","PSR","ORM","jakiboy"],
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"require": {
17-
"php": ">=7.4",
18-
"floatphp/interfaces": "^1.1.2"
17+
"php": ">=8.2",
18+
"floatphp/interfaces": "^1.1.0"
1919
},
2020
"autoload": {
2121
"psr-4" : {

src/Connection/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Connection Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Arrayify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Converter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

src/Filesystem/Logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author : Jakiboy
44
* @package : FloatPHP
55
* @subpackage : Classes Filesystem Component
6-
* @version : 1.1.1
6+
* @version : 1.1.0
77
* @copyright : (c) 2018 - 2024 Jihad Sinnaour <mail@jihadsinnaour.com>
88
* @link : https://floatphp.com
99
* @license : MIT

0 commit comments

Comments
 (0)