Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
israel-nogueira committed May 14, 2023
1 parent ca5f0f1 commit d9c81d3
Show file tree
Hide file tree
Showing 3 changed files with 4,070 additions and 12 deletions.
20 changes: 9 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,24 @@
"name": "israel-nogueira/blade-x",
"description": "A versão independente do mecanismo de modelagem Blade do Laravel para uso fora do Laravel.",
"type": "library",
"keywords": [ "laravel", "blade", "template", "view", "render" ],
"license": "MIT",
"autoload": {
"psr-4": {
"IsraelNogueira\\BladeX\\": "src/"
}
},
"require": {
"php": ">=7.0",
"illuminate/view": "^5.5|^6.0|^7.0|^8.0"
"illuminate/view": "^5.5|^6.0|^7.0|^8.0",
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0|^7.0",
"satooshi/php-coveralls": "^1.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"IsraelNogueira\\BladeX\\": "src/"
}
},
"authors": [
{
"name": "Israel Nogueira",
"email": "[email protected]",
"homepage": "https://github.com/israel-nogueira"
"email": "[email protected]"
}
]
}
Loading

0 comments on commit d9c81d3

Please sign in to comment.