Skip to content

Commit 39f3b7a

Browse files
author
Daniyal Hamid
committed
Updated bitframe dependency version
2 parents e3a8741 + 3653a4d commit 39f3b7a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
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",

0 commit comments

Comments
 (0)