DHL Modul v0.5 Shipping Label ok
This commit is contained in:
parent
480fdc65ed
commit
8fdaa0ba1d
122 changed files with 17938 additions and 2239 deletions
39
packages/laravel-collective-spatie-html-parser/composer.json
Normal file
39
packages/laravel-collective-spatie-html-parser/composer.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "alban/laravel-collective-spatie-html-parser",
|
||||
"description": "Adapter class that allows use spatie/laravel-html for old projects that were using the abanondated laravelcollective/html package, and allow to update to new versions of laravel",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"php": "^8.3 | ^8.2 | ^8.0 | ^7.4",
|
||||
"spatie/laravel-html": "^3.12",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Alban\\LaravelCollectiveSpatieHtmlParser\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Alban\\LaravelCollectiveSpatieHtmlParser\\ServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Form": "Alban\\LaravelCollectiveSpatieHtmlParser\\FormFacade"
|
||||
}
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christian Albán",
|
||||
"email": "christianalbanctdb1d@gmail.com"
|
||||
}
|
||||
],
|
||||
|
||||
"minimum-stability": "stable",
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"kylekatarnls/update-helper": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue