Skip to content

Commit 90580db

Browse files
authored
Merge pull request #25 from remicollet/issue-fedora
php-pecl-timecop is now part of Fedora official repository
2 parents fd3550c + 5570d9e commit 90580db

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ If you are using macOS, you can install php-timecop with [Homebrew](https://brew
1212
brew install homebrew/php/php71-timecop
1313
```
1414

15-
In RHEL/CentOS/Fedora, you can install php-timecop from [Remi's RPM repository](https://rpms.remirepo.net/) .
15+
In Fedora, you can install php-timecop from official repository as php-pecl-timecop
16+
```
17+
sudo dnf install php-pecl-timecop
18+
```
19+
20+
In RHEL/CentOS, you can install php-timecop from [Remi's RPM repository](https://rpms.remirepo.net/).
1621

1722
```
1823
sudo yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
1924
sudo yum install yum-utils
2025
sudo yum-config-manager --enable remi-php71
21-
sudo yum install php php-timecop
26+
sudo yum install php-pecl-timecop
2227
```
2328

2429
Otherwise, you can use pecl command to install php-timecop.

0 commit comments

Comments
 (0)