Skip to content

Commit 6577616

Browse files
Updated dependencies
Minimum php version is now 7.2 Added class constant visibility Removed ReflectionConst
1 parent 5996e6e commit 6577616

20 files changed

+350
-614
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
/composer.phar
3+
/**/.phpunit.result.cache

.idea/.gitignore

Lines changed: 27 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php-stub-generator.iml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.idea/php.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.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.1'
54
- '7.2'
65
- '7.3'
76

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@
1111
],
1212

1313
"require": {
14-
"php": "^7.1",
14+
"php": "^7.2",
1515
"ext-pcre": "*",
1616
"ext-mbstring": "*",
1717

18-
"goaop/parser-reflection": "^2.0",
18+
"goaop/parser-reflection": "^2.1",
1919
"symfony/console": "^4.0"
2020
},
2121

2222
"require-dev": {
23-
"phpunit/phpunit": "^7.0"
23+
"phpunit/phpunit": "^8.0",
24+
"php-defer/php-defer": "^4.0"
2425
},
2526

2627
"autoload": {

0 commit comments

Comments
 (0)