Eliminación carpeta vendor
Eliminación carpeta vendor y .gitignore
Showing
.gitignore
deleted
100644 → 0
... | ... | @@ -9,9 +9,17 @@ |
"require": { | ||
"laravel/framework": "^8.49" | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Sisoft\\": "app" | ||
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5" | ||
} | ||
} |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
vendor/autoload.php
deleted
100644 → 0
vendor/composer/ClassLoader.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
vendor/composer/LICENSE
deleted
100644 → 0
vendor/composer/autoload_psr4.php
deleted
100644 → 0
vendor/composer/autoload_real.php
deleted
100644 → 0
vendor/composer/autoload_static.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment