Skip to content

Commit 91dece2

Browse files
committed
Remove vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php in post install script
1 parent c253a39 commit 91dece2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
build: cs tests phpstan
44

55
tests: install-paratest
6-
rm vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
76
XDEBUG_MODE=off php tests/vendor/bin/paratest --runner WrapperRunner --no-coverage
87

98
tests-integration: install-paratest

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,11 @@
233233
],
234234
"minimum-stability": "dev",
235235
"prefer-stable": true,
236+
"scripts": {
237+
"post-install-cmd": [
238+
"rm vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php"
239+
]
240+
},
236241
"bin": [
237242
"bin/phpstan"
238243
]

0 commit comments

Comments
 (0)