Skip to content

Commit

Permalink
Updated dependencies (#2)
Browse files Browse the repository at this point in the history
* updated autoload path
* upgraded dependencies
  • Loading branch information
web64 authored Sep 27, 2020
1 parent 63a7cb2 commit 16c48e9
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "web64/laravel-cli-colors",
"description": "Laravel package for generating CLI output with awesome colors!",
"type": "library",
"require": {
"jakub-onderka/php-console-color": "^0.2.0"
},
"license": "MIT",
"authors": [
{
"name": "Olav Hjertaker",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Web64\\Colors\\": "src/"
}
},
"extra":{
"laravel":{
"providers": [
"Web64\\Colors\\ColorsServiceProvider"
],
"aliases": {
"Colors": "Web64\\Colors\\Facades\\Colors"
}
}
"name": "web64/laravel-cli-colors",
"description": "Laravel package for generating CLI output with awesome colors!",
"type": "library",
"require": {
"php-parallel-lint/php-console-color": "^0.3"
},
"license": "MIT",
"authors": [
{
"name": "Olav Hjertaker",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Web64\\Colors\\": "src/Colors"
}
},
"extra": {
"laravel": {
"providers": [
"Web64\\Colors\\ColorsServiceProvider"
],
"aliases": {
"Colors": "Web64\\Colors\\Facades\\Colors"
}
}
}
}

0 comments on commit 16c48e9

Please sign in to comment.