Skip to content

Commit 2de5ae9

Browse files
committed
adjust docs
1 parent 83031c2 commit 2de5ae9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeception.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
9595
- name: Start Webserver and Chrome
9696
run: |
97-
wget https://get.symfony.com/cli/installer -O - | bash
98-
~/.symfony/bin/symfony server:start --port=8080 --dir=public --force-php-discovery --allow-http --no-tls --daemon
97+
curl -sS https://get.symfony.com/cli/installer | bash -s -- --install-dir=$HOME/.symfony/bin
98+
~/.symfony/bin/symfony server:start --port=8080 --dir=public --allow-http --no-tls --daemon
9999
100100
- name: Get Composer Cache Directory
101101
id: composer-cache

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This Connector allows you to fetch social posts from LinkedIn.
1010
![image](https://user-images.githubusercontent.com/700119/96862352-a3f61d00-1465-11eb-9ea0-1c0d676bda01.png)
1111

1212
### Release Plan
13-
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
14-
|---------|-----------------------------------|----------------------------|--------------|----------------|------------|
15-
| **2.x** | `10.1` - `10.2` | `5.4` | 05.01.2022 | Feature Branch | master |
16-
| **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 22.10.2020 | Unsupported | [1.x](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/tree/1.x) |
13+
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
14+
|---------|----------------------------|----------------------------|--------------|----------------|-------------------------------------------------------------------------------------------|
15+
| **2.x** | `10.1` - `10.5` | `5.4` | 05.01.2022 | Feature Branch | master |
16+
| **1.x** | `6.0` - `6.9` | `3.4`, `^4.4` | 22.10.2020 | Unsupported | [1.x](https://github.com/dachcom-digital/pimcore-social-data-linkedin-connector/tree/1.x) |
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)