-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anne-Laure de Boissieu
committed
Oct 15, 2021
1 parent
8349925
commit 93fbc05
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ Accesseo helps you improve the accessibility and SEO of your pages with some sim | |
## Installation | ||
|
||
``` | ||
composer config repositories.elao/accesseo vcs [email protected]:Elao/accesseo.git | ||
composer require --dev elao/accesseo | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,11 @@ | |
"name": "Anne-Laure de Boissieu", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/al2b" | ||
}, | ||
{ | ||
"name": "Amélie Defrance", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/ameliedefrance" | ||
} | ||
], | ||
"autoload": { | ||
|