There was an error while loading. Please reload this page.
1 parent 32c6d34 commit f8e0042Copy full SHA for f8e0042
1 file changed
composer.json
@@ -44,5 +44,16 @@
44
"Xefi\\Faker\\FakerServiceProvider"
45
]
46
}
47
+ },
48
+ "scripts": {
49
+ "post-install-cmd": [
50
+ "composer run generate-mixin"
51
+ ],
52
+ "post-update-cmd": [
53
54
55
+ "generate-mixin": [
56
+ "php -r 'require \"vendor/autoload.php\"; (new Xefi\\Faker\\Container\\Container());'"
57
+ ]
58
59
0 commit comments