Skip to content

Commit

Permalink
Update composer.json to set symfony repo owner
Browse files Browse the repository at this point in the history
  • Loading branch information
qdequippe committed Oct 20, 2019
1 parent 64fdf7e commit 9796cbb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Expand Up @@ -21,8 +21,6 @@

/**
* @author Quentin Dequippe <quentin@dequippe.tech>
*
* @experimental in 5.0
*/
final class AllMySMSTransport extends AbstractTransport
{
Expand Down
Expand Up @@ -18,8 +18,6 @@

/**
* @author Quentin Dequippe <quentin@dequippe.tech>
*
* @experimental in 5.0
*/
final class AllMySMSTransportFactory extends AbstractTransportFactory
{
Expand Down
13 changes: 9 additions & 4 deletions src/Symfony/Component/Notifier/Bridge/AllMySMS/composer.json
@@ -1,13 +1,18 @@
{
"name": "qdequippe/allmysms-notifier",
"name": "symfony/allmysms-notifier",
"type": "symfony-bridge",
"description": "AllMySMS Notifier Bridge",
"keywords": ["sms", "allMySMS", "notifier"],
"keywords": ["sms", "allmysms", "notifier"],
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Quentin Dequippe",
"email": "quentin@dequippe.tech"
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
Expand Down

0 comments on commit 9796cbb

Please sign in to comment.