Sfoglia il codice sorgente

Fix tests (upgrade min PHP)

shalvah 4 anni fa
parent
commit
3cb40f6d19
5 ha cambiato i file con 8 aggiunte e 8 eliminazioni
  1. 4 4
      .travis.yml
  2. 1 1
      README.md
  3. 1 1
      composer.dingo.json
  4. 1 1
      composer.json
  5. 1 1
      docs/index.md

+ 4 - 4
.travis.yml

@@ -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"
-    - php: 7.4
+    - php: 7.4.7
       env: SETUP=lint
       name: "Lint code"
-    - php: 7.4
-    - php: 7.4
+    - php: 7.4.7
+    - php: 7.4.7
       env: SETUP=lowest
     - php: 8.0
 

+ 1 - 1
README.md

@@ -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

+ 1 - 1
composer.dingo.json

@@ -16,7 +16,7 @@
         }
     ],
     "require": {
-        "php": ">=7.4",
+        "php": ">=7.4.7",
         "ext-fileinfo": "*",
         "ext-json": "*",
         "ext-pdo": "*",

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
     }
   ],
   "require": {
-    "php": ">=7.4",
+    "php": ">=7.4.7",
     "ext-fileinfo": "*",
     "ext-json": "*",
     "ext-pdo": "*",

+ 1 - 1
docs/index.md

@@ -45,7 +45,7 @@ Generate API documentation for humans from your Laravel/Lumen/[Dingo](https://gi
 ```
 
 ## Installation
-PHP 7.4 and Laravel/Lumen 6 or higher are required.
+PHP 7.4.7 and Laravel/Lumen 6 or higher are required.
 
 ```sh
 composer require --dev knuckleswtf/scribe