File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed
Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments