diff options
| author | Remi Collet <remi@remirepo.net> | 2018-11-27 10:37:14 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-11-27 10:37:14 +0100 | 
| commit | 17b307a618d89a9ce0dd2e59625e2985b36eae7d (patch) | |
| tree | 2bcdd5b7d86372f4799696608eea14dfb3b66ffb /php-bartlett-umlwriter-autoload.php | |
| parent | b89a06e130faaceed92b4e682ecf7875b4a957f2 (diff) | |
update to 1.3.0
raise dependency on bartlett/php-reflect 4.3
allow Symfony 4
Diffstat (limited to 'php-bartlett-umlwriter-autoload.php')
| -rw-r--r-- | php-bartlett-umlwriter-autoload.php | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/php-bartlett-umlwriter-autoload.php b/php-bartlett-umlwriter-autoload.php index 603a388..4119ab8 100644 --- a/php-bartlett-umlwriter-autoload.php +++ b/php-bartlett-umlwriter-autoload.php @@ -9,6 +9,7 @@ require_once '/usr/share/php/Fedora/Autoloader/autoload.php';  \Fedora\Autoloader\Dependencies::required([      '/usr/share/php/Bartlett/Reflect/autoload.php',      [ +        '/usr/share/php/Symfony4/Component/autoload.php',          '/usr/share/php/Symfony3/Component/autoload.php',          '/usr/share/php/Symfony/Component/autoload.php',      ],  | 
