upgrading to timber v2
This commit is contained in:
@@ -1,11 +1,20 @@
|
||||
{
|
||||
"require": {
|
||||
"tightenco/collect": "^7.5",
|
||||
"twig/twig": "2.12.5",
|
||||
"gregwar/formidable": "^2.1",
|
||||
"rmccue/requests": "^1.7"
|
||||
"rmccue/requests": "^1.7",
|
||||
"timber/timber": "^2.3",
|
||||
"illuminate/collections": "^12.21",
|
||||
"upstatement/routes": "^0.9.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"agencearcange/wp-twig-dump": "^1.1"
|
||||
}
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user