Skip to content

Commit d9de531

Browse files
committed
Modern PHP support
1 parent 4361508 commit d9de531

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
65
- 7.4
76
- 8.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ But with PHPFUI\InstaDoc, you can document your site in about a minute (OK, mayb
2828
* 5+ line config compatible with all PHP frameworks, or standalone
2929
* Uses [Foundation CSS framework](https://get.foundation) for a great experience on mobile
3030

31-
### Install PHPFUI\InstaDoc (requires PHP >= 7.2)
31+
### Install PHPFUI\InstaDoc (requires PHP >= 7.3)
3232
composer require phpfui/InstaDoc
3333

3434
### Run Installation Script

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,20 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2",
16-
"phpfui/phpfui": "^6.0",
15+
"php": ">=7.3",
16+
"phpfui/phpfui": ">=6.0",
1717
"scrivo/highlight.php": ">=9.17",
1818
"phpdocumentor/reflection-docblock": ">=3.0",
19-
"gitonomy/gitlib": "^1.2",
20-
"cebe/markdown": "^1.2",
21-
"roave/you-are-using-it-wrong": "^1.8"
19+
"gitonomy/gitlib": ">=1.2",
20+
"cebe/markdown": ">=1.2"
2221
},
2322
"autoload": {
2423
"psr-0": {"PHPFUI\\InstaDoc\\": "src/"}
2524
},
2625
"require-dev": {
27-
"phpunit/phpunit": ">=7.0",
28-
"phpfui/html-unit-tester": "^1.0",
26+
"phpunit/phpunit": ">=9.0",
27+
"phpfui/html-unit-tester": ">=1.0",
2928
"roave/security-advisories": "dev-latest",
30-
"phpfui/phpunit-syntax-coverage": "^1.0"
29+
"phpfui/phpunit-syntax-coverage": ">=1.0"
3130
}
3231
}

0 commit comments

Comments
 (0)