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:
13
13
$ composer require designcise/bitframe-fastroute
14
14
```
15
15
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.
17
17
18
18
## Usage Example
19
19
@@ -58,7 +58,7 @@ To run the tests you can use the following commands:
58
58
59
59
## Documentation
60
60
61
- Complete documentation for v2.0 will be available soon.
61
+ Complete documentation for v3 will be available soon.
62
62
63
63
## License
64
64
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "php" : " >=7.4 .0" ,
13
+ "php" : " >=8 .0" ,
14
14
"psr/http-server-middleware" : " ~1.0" ,
15
- <<<<<<< Updated upstream
16
- "designcise/bitframe" : " ^2.0"
17
- =======
18
15
"designcise/bitframe" : " ^3.5"
19
- >>>>>>> Stashed changes
20
16
},
21
17
"require-dev" : {
22
18
"phpunit/phpunit" : " ^8.5" ,
You can’t perform that action at this time.
0 commit comments