Skip to content

Commit

Permalink
Updated bitframe dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniyal Hamid committed Jul 21, 2021
2 parents e3a8741 + 3653a4d commit 39f3b7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Install using composer:
$ composer require designcise/bitframe-fastroute
```

Please note that this package requires PHP 7.4.0 or newer.
Please note that this package requires PHP 8.0 or newer.

## Usage Example

Expand Down Expand Up @@ -58,7 +58,7 @@ To run the tests you can use the following commands:

## Documentation

Complete documentation for v2.0 will be available soon.
Complete documentation for v3 will be available soon.

## License

Expand Down
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@
}
],
"require": {
"php": ">=7.4.0",
"php": ">=8.0",
"psr/http-server-middleware": "~1.0",
<<<<<<< Updated upstream
"designcise/bitframe": "^2.0"
=======
"designcise/bitframe": "^3.5"
>>>>>>> Stashed changes
},
"require-dev": {
"phpunit/phpunit": "^8.5",
Expand Down

0 comments on commit 39f3b7a

Please sign in to comment.