We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ba0b1 commit 79ca81cCopy full SHA for 79ca81c
.travis.yml
@@ -33,6 +33,14 @@ matrix:
33
env:
34
- MAGENTO_VERSION=2.3-develop
35
- TEST_SUITE=integration
36
+ - php: 7.2
37
+ env:
38
+ - MAGENTO_VERSION=2.2
39
+ - TEST_SUITE=unit
40
+ - php: 7.3
41
42
+ - MAGENTO_VERSION=2.3-develop
43
44
45
global:
46
- COMPOSER_BIN_DIR=~/bin
composer.json
@@ -25,15 +25,7 @@
25
"src/registration.php"
26
],
27
"psr-4": {
28
- "IntegerNet\\AsyncVarnish\\": "src/"
29
- }
30
- },
31
- "autoload-dev": {
32
- "files": [
- "src/registration.php"
- ],
- "psr-4": {
- "IntegerNet\\AsyncVarnish\\": "tests/src/"
+ "IntegerNet\\AsyncVarnish\\": ["src/", "tests/src/"]
}
},
"repositories": [
0 commit comments