Skip to content

Commit 15e7e45

Browse files
Koldo Picazakpicaza
authored andcommitted
fix repo vcs and php8 compatibility
1 parent 74bf00a commit 15e7e45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ mv config/services/dependencies.dev.yaml.dist config/services/dependencies.dev.y
3838

3939
### Hot Code Reloading
4040

41+
```bash
42+
composer require seregazhuk/php-watcher --dev
43+
```
44+
4145
You can use [Php whatcher](https://github.com/seregazhuk/php-watcher) with composer for more friendly development.
4246

4347
````bash

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repositories": [
1212
{
1313
"type": "vcs",
14-
"url": "https://github.com/kpicaza/psr11-monolog.git"
14+
"url": "https://github.com/antidot-framework/psr11-monolog.git"
1515
}
1616
],
1717
"require": {
@@ -36,7 +36,6 @@
3636
"phpstan/phpstan": "^0.12",
3737
"phpunit/phpunit": "^8.0|^9.0",
3838
"roave/security-advisories": "dev-master",
39-
"seregazhuk/php-watcher": "^0.5.1",
4039
"squizlabs/php_codesniffer": "^3.4",
4140
"symfony/var-dumper": "^5.2",
4241
"laminas/laminas-component-installer": "^2.1.2"

0 commit comments

Comments
 (0)