Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Fix composer json intendation & Remove version key
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp authored and Micky5991 committed Jul 27, 2018
1 parent c18310c commit 6676e10
Showing 1 changed file with 28 additions and 29 deletions.
57 changes: 28 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
{
"name": "micky5991/laravel-ts3admin",
"description": "par0noid/ts3admin integration for Laravel 5.3 and higher",
"type": "library",
"license": "GPL-3.0",
"minimum-stability": "stable",
"require": {
"laravel/framework": "^5.3",
"par0noid/ts3admin": "^1.0.2.1"
},
"version": "1.2.0",
"autoload": {
"psr-4": {
"Micky5991\\laravel_ts3admin\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Micky5991\\laravel_ts3admin\\Providers\\TeamspeakServiceProvider"
]
}
},
"authors": [
{
"name": "Francesco Paolocci",
"homepage": "https://github.com/micky5991",
"role": "Developer"
}
]
"name": "micky5991/laravel-ts3admin",
"description": "par0noid/ts3admin integration for Laravel 5.3 and higher",
"type": "library",
"license": "GPL-3.0",
"minimum-stability": "stable",
"require": {
"laravel/framework": "^5.3",
"par0noid/ts3admin": "^1.0.2.1"
},
"autoload": {
"psr-4": {
"Micky5991\\laravel_ts3admin\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Micky5991\\laravel_ts3admin\\Providers\\TeamspeakServiceProvider"
]
}
},
"authors": [
{
"name": "Francesco Paolocci",
"homepage": "https://github.com/micky5991",
"role": "Developer"
}
]
}

0 comments on commit 6676e10

Please sign in to comment.