feature/current-namespaces #1

Merged
aldarien merged 4 commits from feature/current-namespaces into master 2025-09-29 12:40:51 -03:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit 6b7097ec01 - Show all commits

View File

@ -3,11 +3,10 @@
"description": "View wrapper for slim-blade-view",
"type": "library",
"require": {
"rubellum/slim-blade-view": "^0.1.1"
"berrnd/slim-blade-view": "^1"
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"kint-php/kint": "^3.3"
"phpunit/phpunit": "*"
},
"license": "proprietary",
"authors": [
@ -18,7 +17,7 @@
],
"autoload": {
"psr-4": {
"ProVM\\Common\\": "./common"
"View\\": "src/"
}
}
}