Skip to content

Commit 35cd698

Browse files
committed
Fixed error require for assetic framework
1 parent 35e0bef commit 35cd698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"require": {
3232
"php": "^7.4 || 8.0.* || 8.1.*",
33-
"assetic/framework": "2.0 || ^3.0",
33+
"assetic/framework": "^2.0 || ^3.0",
3434
"laminas/laminas-view": "^2.12",
3535
"symfony/console": "^4.0 || ^5.0 || ^6.0"
3636
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)