@@ -10,14 +10,14 @@ env:
matrix:
fast_finish: true
include:
- - php: 7.4
+ - php: 7.4.7
env: COMPOSER=composer.dingo.json
name: "With Dingo router"
env: SETUP=lint
name: "Lint code"
env: SETUP=lowest
- php: 8.0
@@ -30,7 +30,7 @@ Generate API documentation for humans from your Laravel codebase. [Here's what t
Check out the documentation at [ReadTheDocs](http://scribe.rtfd.io/).
## Installation
-PHP 7.4 and Laravel/Lumen 6.0 or higher are required.
+PHP 7.4.7 and Laravel/Lumen 6.0 or higher are required.
```sh
composer require --dev knuckleswtf/scribe
@@ -16,7 +16,7 @@
}
],
"require": {
- "php": ">=7.4",
+ "php": ">=7.4.7",
"ext-fileinfo": "*",
"ext-json": "*",
"ext-pdo": "*",
@@ -45,7 +45,7 @@ Generate API documentation for humans from your Laravel/Lumen/[Dingo](https://gi
```
-PHP 7.4 and Laravel/Lumen 6 or higher are required.
+PHP 7.4.7 and Laravel/Lumen 6 or higher are required.