Skip to content

Commit b2bba2a

Browse files
committed
📝 support PHP 8.0 and above
Signed-off-by: otengkwame <[email protected]>
1 parent 142f7e7 commit b2bba2a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ For developers who are very familiar with the CodeIgniter3 framework can still r
5656

5757
## Server Requirements
5858

59-
PHP version 7.4 or newer is recommended.
59+
PHP version 8.0 or newer is recommended.
6060

61-
PHP 8.1 was released in November 2021 and so most of it's functionalities were not known to be supported yet, this delayed the development of this project to work perfectly with the latest version 8.1 of PHP and the framework, we advise to stay between versions 7.4 and 8.0 for stable PHP appplication development.
61+
PHP 8.1 was released in November 2021 and so most of it's functionalities were not known to be supported yet, this delayed the development of this project to work perfectly with the latest version 8.1 of PHP and the framework, ~~we advise to stay between versions 7.4 and 8.0 for stable PHP appplication development.~~
6262

63-
If you want to discover bugs and contribute, then you are welcome to use the PHP 8.1 version.
63+
~~If you want to discover bugs and contribute, then you are welcome to use the PHP 8.1 version.~~
6464

6565
Currently it supports 8.1 but no issues have come up yet. We will be looking forward to that as 8.2 is to be released later.
6666

@@ -70,7 +70,9 @@ Currently it supports 8.1 but no issues have come up yet. We will be looking for
7070

7171
#### Why did you decide to create Webby
7272
---
73-
Webby was created with PHP beginners in mind. Looking at how other frameworks makes it difficult for beginners to start.
73+
* Webby was created with PHP beginners in mind, to simplify how web applications can be built without complex concepts and functionalities
74+
* Looking at how other frameworks makes it difficult for beginners to start, we are making the approach different.
75+
* Also CodeIgniter was not been updated for sometime and new PHP versions were not working until they updated to the recent version (3.1.13).
7476

7577
#### Is it anything different from CodeIgniter 3 or 4?
7678
---
@@ -93,12 +95,13 @@ There are lots of future plans for Webby
9395
* [x] Improve and simplify CI3's database migrations
9496
* [x] Enable module based packages to use composer packages
9597
* [ ] Enable easy engine folder upgrade (Currently folder will have to be replaced when an update is available)
96-
* [ ] Write version two (v2) without a major class api change so as to reduce future upgrade headache. Unlike other major PHP Frameworks
9798
* [ ] Create a compatible HTTP and Routing feature (may be PSR-7 compatible) that enables general integration with other frameworks
9899
* [ ] Improve and optimize speed
99100
* [ ] Improve on cli or console feature
100101
* [ ] Integrate asynchronous features (may be fibers) [as a package]
101102
* [ ] And many more to add (and many more to learn)
103+
* [ ] Write version two (v2) without a major class api change so as to reduce future upgrade headache. Unlike other major PHP Frameworks
104+
102105

103106

104107
## Used By

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"email": "[email protected]"
1616
}],
1717
"require": {
18-
"php": "^7.4 || ^8.0",
18+
"php": "^8.0",
1919
"sylynder/codeigniter": "^0.2"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)