Skip to content

Commit

Permalink
fix json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahGhanem authored Jun 15, 2020
1 parent aaee344 commit f4af5e0
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{
"name": "ghanem/laravel-smsmisr",
"description": "Send SMS and SMS Notification via sms misr for Laravel",
"keywords": ["laravel", "laravel5", "sms", "api", "smsmisr", "notification", "channel"],
"license": "MIT",
"authors": [
{
"name": "ِAbdullah Ghanem",
"email": "3bdullah.ghanem@gmail.com"
}
],
"require": {
"php": ">=7.0",
"illuminate/support": ">=5.3",
"symfony/psr-http-message-bridge": "^1.2",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Ghanem\\LaravelSmsmisr\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Ghanem\\LaravelSmsmisr\\SmsmisrServiceProvider"
],
"aliases" : {
"Smsmisr": "Ghanem\\LaravelSmsmisr\\Smsmisr::class",
},
}
},
"prefer-stable": true
"name": "ghanem/laravel-smsmisr",
"description": "Send SMS and SMS Notification via sms misr for Laravel",
"keywords": ["laravel", "laravel5", "sms", "api", "smsmisr", "notification", "channel"],
"license": "MIT",
"authors": [{
"name": "ِAbdullah Ghanem",
"email": "3bdullah.ghanem@gmail.com"
}],
"require": {
"php": ">=7.0",
"illuminate/support": ">=5.3",
"symfony/psr-http-message-bridge": "^1.2",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Ghanem\\LaravelSmsmisr\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Ghanem\\LaravelSmsmisr\\SmsmisrServiceProvider"
],
"aliases": {
"Smsmisr": "Ghanem\\LaravelSmsmisr\\Smsmisr"
}
}
},
"prefer-stable": true
}

0 comments on commit f4af5e0

Please sign in to comment.