Dorian Villet
Dorian Villet
This PR includes #23 (as it touched `composer.json` anyway), and : * Replace Travis CI by GitHub Actions (much faster feedback loop) * Add PHP 7.3 + 7.4 to Travis...
Given : ``` # 05.tks 19/05/2020 # Tuesday TT-1 09:00-10:00 TT-1 entry ``` If I type `taxi start TT-1` at noon (12:00), it will add a new entry : ```diff...
When running this repo on PHP 7.2 I get the following error : `PHP Fatal error: Cannot use 'Object' as class name as it is reserved in vendor/trello/trello/Trello/Model/Object.php on line...
``` ... src/Acme/MyBundle/Resources/translations/messages.fr.yml >> OK [Symfony\Component\Yaml\Exception\ParseException] pcre.backtrack_limit reached at line 8619 (near "- "\n Welcome to the ...... my long translation") Exception trace: () at vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php:245 Symfony\Component\Yaml\Parser->parse() at vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php:185 Symfony\Component\Yaml\Parser->parse()...
## Feature request Since I've migrated my codebase to PHP > 7.4, I've gotten used to writing code looking like this : ```php $filename = (string) preg_replace('#[/\\\]+#', $separator, $filename); $filenameFallback...
I'm not sure it's the only deprecation, but it's one that was revealed by running our project's test suite. PS: apparently this package is abandoned and `behat/mink` is the replacement....
In the Google Chrome extension "Refined Github", they propose a mode where a file having only additions OR deletions (but not both) is always displayed as a unified diff, whereas...
### Environment #### Package show ``` $ composer show --latest gedmo/doctrine-extensions name : gedmo/doctrine-extensions descrip. : Doctrine behavioral extensions keywords : Blameable, behaviors, doctrine, extensions, gedmo, loggable, nestedset, odm, orm,...