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 c778e03 commit b951634Copy full SHA for b951634
.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
@@ -26,15 +26,7 @@
26
"src/registration.php"
27
],
28
"psr-4": {
29
- "IntegerNet\\AsyncVarnish\\": "src/"
30
- }
31
- },
32
- "autoload-dev": {
- "files": [
- "src/registration.php"
- ],
- "psr-4": {
- "IntegerNet\\AsyncVarnish\\": "tests/src/"
+ "IntegerNet\\AsyncVarnish\\": ["src/", "tests/src/"]
}
},
"repositories": [
0 commit comments