File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Install using composer:
1313$ composer require designcise/bitframe-fastroute
1414```
1515
16- Please note that this package requires PHP 7.4 .0 or newer.
16+ Please note that this package requires PHP 8 .0 or newer.
1717
1818## Usage Example
1919
@@ -58,7 +58,7 @@ To run the tests you can use the following commands:
5858
5959## Documentation
6060
61- Complete documentation for v2.0 will be available soon.
61+ Complete documentation for v3 will be available soon.
6262
6363## License
6464
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=7.4 .0" ,
13+ "php" : " >=8 .0" ,
1414 "psr/http-server-middleware" : " ~1.0" ,
15- <<<<<<< Updated upstream
16- "designcise/bitframe" : " ^2.0"
17- =======
1815 "designcise/bitframe" : " ^3.5"
19- >>>>>>> Stashed changes
2016 },
2117 "require-dev" : {
2218 "phpunit/phpunit" : " ^8.5" ,
You can’t perform that action at this time.
0 commit comments