Skip to content

Commit f5ce3e0

Browse files
authored
Update README
1 parent 00474df commit f5ce3e0

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1-
## Fork of Symfony 1 by Tactics
1+
[project-name]: Symfony 1
2+
[project-url]: https://github.com/Tactics/symfony1
3+
4+
# Symfony 1
5+
[![Software License][ico-license]](LICENSE.md)
6+
7+
Tactics Fork of Symfony 1 - PHP 7.4 compatible.
8+
9+
## Install
10+
11+
Make sure to add this to the *"repositories"* key in your ```composer.json```
12+
since this is a private package hosted on our own Composer repository generator Satis.
13+
14+
```bash
15+
"repositories": [
16+
{
17+
"type": "composer",
18+
"url": "https://satis.tactics.be"
19+
}
20+
]
21+
````
22+
23+
Then run the following command
24+
25+
``` bash
26+
$ composer require tactics/symfony1
27+
```
28+
29+
## Dependencies
30+
31+
When this package requires a new dependency make sure to install it through the docker container.
32+
That way we can make sure the dependency is never out of sync with the php/composer version
33+
34+
235

3-
The branch 1.1 requires php 7.4

0 commit comments

Comments
 (0)