Skip to content

Commit ffdf472

Browse files
committed
try using files
1 parent 7565c3f commit ffdf472

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@
103103
"autoload-dev": {
104104
"psr-4": {
105105
"ErrorHeroModule\\Spec\\": "spec/"
106-
}
106+
},
107+
"files": [
108+
"vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php"
109+
]
107110
},
108111
"minimum-stability": "dev",
109112
"prefer-stable": true,

0 commit comments

Comments
 (0)