Skip to content

Commit a3a1af9

Browse files
g5botHuxinator
authored andcommitted
remove st-universe/assets dev dependency
1 parent 6df63c4 commit a3a1af9

File tree

2 files changed

+4
-35
lines changed

2 files changed

+4
-35
lines changed

composer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
"phpstan/phpstan-phpunit": "^2.0",
7878
"phpunit/phpunit": "^12",
7979
"rector/rector": "^2.0",
80-
"spatie/phpunit-snapshot-assertions": "^5.1",
81-
"st-universe/assets": "dev-master"
80+
"spatie/phpunit-snapshot-assertions": "^5.1"
8281
},
8382
"config": {
8483
"sort-packages": true,
@@ -116,7 +115,6 @@
116115
"@composer qaStage2"
117116
],
118117
"qaStage1": [
119-
"@composer orm:proxies",
120118
"@composer unittests",
121119
"@composer stan",
122120
"@composer security:check"
@@ -139,12 +137,5 @@
139137
"qaStage2": "Executes integrative qa related actions",
140138
"gen:assets": "Generates asset images",
141139
"gen:baseline": "Generates the phpstan baseline"
142-
},
143-
"extra": {
144-
"installer-paths": {
145-
"./src/Public/assets": [
146-
"st-universe/assets"
147-
]
148-
}
149140
}
150141
}

composer.lock

Lines changed: 3 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)