We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e79eb commit 05688aaCopy full SHA for 05688aa
.travis.yml
@@ -21,9 +21,9 @@ matrix:
21
dist: bionic
22
- php: 7.4
23
24
- - php: nightly
25
- dist: bionic
26
- env: COMPOSER_ARGS=--ignore-platform-reqs
+# - php: nightly
+# dist: bionic
+# env: COMPOSER_ARGS=--ignore-platform-reqs
27
28
before_script:
29
- composer self-update --stable
composer.json
@@ -9,7 +9,7 @@
9
"ext-bcmath": "*"
10
},
11
"require-dev": {
12
- "phpunit/phpunit": "*",
+ "phpunit/phpunit": "^4",
13
"symfony/polyfill-php72": "^1.18",
14
"victorjonsson/markdowndocs": "^1.3"
15
0 commit comments