forked from pocky/Sylius-Plugin-Standard
-
Notifications
You must be signed in to change notification settings - Fork 0
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
stolidbug
committed
Jul 19, 2021
1 parent
bc45c88
commit 5f13af4
Showing
1 changed file
with
11 additions
and
3 deletions.
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 |
---|---|---|
|
@@ -22,16 +22,24 @@ in `/plugins` directory. Composer is configured to handle this directory. Create | |
plugin instruction but keep your "standard edition" clean. Publish your plugin following Sylius rules and use this | ||
clean project for your updates. | ||
|
||
Installation | ||
Installation | ||
------------ | ||
### Sylius 1.9 and php 7.4 | ||
### Sylius 1.10 and php 7.4 | ||
|
||
```bash | ||
# GIT | ||
$ git clone --branch 1.9-7.4 --depth 1 [email protected]:pocky/Sylius-Plugin-Standard.git project | ||
$ git clone --branch 1.10-7.4 --depth 1 [email protected]:pocky/Sylius-Plugin-Standard.git project | ||
$ cd project && rm -Rf .git | ||
``` | ||
maintener | ||
------------ | ||
### Sylius 1.10 and php 7.4 | ||
|
||
```bash | ||
# GIT | ||
$ git clone [email protected]:pocky/Sylius-Plugin-Standard.git project | ||
|
||
``` | ||
About | ||
----- | ||
|
||
|