Updated dependency
This commit is contained in:
@ -3,11 +3,10 @@
|
|||||||
"description": "View wrapper for slim-blade-view",
|
"description": "View wrapper for slim-blade-view",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"rubellum/slim-blade-view": "^0.1.1"
|
"berrnd/slim-blade-view": "^1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.2",
|
"phpunit/phpunit": "*"
|
||||||
"kint-php/kint": "^3.3"
|
|
||||||
},
|
},
|
||||||
"license": "proprietary",
|
"license": "proprietary",
|
||||||
"authors": [
|
"authors": [
|
||||||
@ -18,7 +17,7 @@
|
|||||||
],
|
],
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"ProVM\\Common\\": "./common"
|
"View\\": "src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user