Skip to content

Commit e844086

Browse files
committed
Update README
Fix build badge and update supported PHP version.
1 parent abdbd74 commit e844086

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://secure.travis-ci.org/FriendsOfSymfony1/symfony1.png?branch=master)](http://travis-ci.org/FriendsOfSymfony1/symfony1)
1+
[![Build Status](https://github.com/FriendsOfSymfony1/symfony1/actions/workflows/continuous-integration.yml/badge.svg)
22

33
About this version
44
------------------
@@ -11,7 +11,7 @@ All the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.
1111

1212
- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)
1313
- Composer support
14-
- PHP 8.2 support
14+
- PHP 8.3 support
1515
- performance boost
1616
- new widgets & validators
1717
- some tickets fixed from the symfony trac
@@ -45,11 +45,11 @@ Option 1: Using [Composer](http://getcomposer.org/doc/00-intro.md) as dependency
4545

4646
composer require friendsofsymfony1/symfony1 "1.5.*"
4747
composer install
48-
49-
Note: On windows, if your project is a few directories down from the drive root, composer can throw an error relating to ZipArchive::extractTo(), this can be because pathnames are too long. There currently appears to be no proper solution but a workaround is to move your project to the drive root, run the commands from there, where they will run happily, and then move your project back.
48+
49+
Note: On windows, if your project is a few directories down from the drive root, composer can throw an error relating to ZipArchive::extractTo(), this can be because pathnames are too long. There currently appears to be no proper solution but a workaround is to move your project to the drive root, run the commands from there, where they will run happily, and then move your project back.
5050

5151
Option 2: Using Git submodules:
52-
52+
5353
git init # your project
5454
git submodule add https://github.com/FriendsOfSymfony1/symfony1.git lib/vendor/symfony
5555
git submodule update --init --recursive

0 commit comments

Comments
 (0)