Skip to content

Commit 1ae58fa

Browse files
author
Markus Tiefenbacher
committed
Update Smarty
1 parent 594fd02 commit 1ae58fa

File tree

2 files changed

+30
-1730
lines changed

2 files changed

+30
-1730
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
"composer/installers": "~1.0",
2525
"smarty/smarty": "~4.1.0"
2626
},
27-
"require-dev": {
28-
"phpunit/phpunit": "^6"
29-
},
3027
"autoload-dev": {
3128
"psr-4": {
3229
"TemplateEngineSmarty\\Test\\": "tests/src/"
3330
}
31+
},
32+
"config": {
33+
"allow-plugins": {
34+
"composer/installers": true
35+
}
3436
}
3537
}

0 commit comments

Comments
 (0)