File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+ 
4145You can use [ Php whatcher] ( https://github.com/seregazhuk/php-watcher )  with composer for more friendly development.
4246
4347```` bash 
Original file line number Diff line number Diff line change 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" : {
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" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments