Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit 5277ff6

Browse files
committed
Add Composer installation screenshot and exaple of minimal composer.json
1 parent d21f002 commit 5277ff6

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

37.1 KB
Loading

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,34 @@ Instalace
3838

3939
composer require spoje.net/flexipeehp
4040

41+
42+
pokud váš výsledný composer.json bude vypadat zhruba takto:
43+
44+
```json
45+
{
46+
"name": "vendor/projectname",
47+
"description": "Test",
48+
"type": "project",
49+
"require": {
50+
"spoje.net/flexipeehp": "*"
51+
},
52+
"license": "MIT",
53+
"authors": [
54+
{
55+
"name": "Vítězslav Dvořák",
56+
"email": "info@vitexsoftware.cz"
57+
}
58+
],
59+
"minimum-stability": "stable"
60+
}
61+
```
62+
63+
spustí se instalace:
64+
65+
![Compser Install](https://github.com/Spoje-NET/FlexiPeeHP/raw/master/Examples/flexipeehp-composer-install.png "Installation")
66+
67+
68+
4169
Konfigurace
4270
-----------
4371

0 commit comments

Comments
 (0)