siler
siler copied to clipboard
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Bumps [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) from 5.3.0 to 5.4.1. Release notes Sourced from vlucas/phpdotenv's releases. V5.4.1 (12/12/2021) We announce the immediate availability V5.4.1. Bug Fixes Updated author homepages (2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141) Cleaned up phpdoc types...
Bumps [react/promise](https://github.com/reactphp/promise) from 2.8.0 to 2.9.0. Release notes Sourced from react/promise's releases. v2.9.0 Feature: Support union types and address deprecation of ReflectionType::getClass() (PHP 8+). (#198 by @cdosoftei and @SimonFrings) $promise->otherwise(function...
Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.12.1 to 1.13.2. Release notes Sourced from doctrine/annotations's releases. 1.13.2 Release Notes for 1.13.2 1.13.2 Total issues resolved: 0 Total pull requests resolved: 2 Total contributors: 2...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.7.2 to 4.20.0. Release notes Sourced from vimeo/psalm's releases. 4.20.0 What's Changed Deprecations [TASK] Add AfterFunctionLikeAnalysisEvent::getFunctionlikeStorage by @ohader in vimeo/psalm#7532 Fixes Fix for Exception->getCode return type provider...
Bumps [swoole/ide-helper](https://github.com/swoole/ide-helper) from 4.6.7 to 4.8.6. Release notes Sourced from swoole/ide-helper's releases. 4.8.6 PHP stubs for Swoole 4.8.6. 4.8.5 PHP stubs for Swoole 4.8.5. 4.8.4 PHP stubs for Swoole 4.8.4....
Is there a built in config I'm missing? Something to read a .env or config.ini/yaml and avail those settings to the entire application? Should there be? Seems like low hanging...
Bumps [monolog/monolog](https://github.com/Seldaek/monolog) from 2.2.0 to 2.3.5. Release notes Sourced from monolog/monolog's releases. 2.3.5 Fixed regression in StreamHandler since 2.3.3 on systems with the memory_limit set to >=20GB (#1592) 2.3.4 Fixed...
Types put in GraphQL annotations are not being deannotated in the fly, so implementing `many-to-many` association is impossible, because always `TypeA` will require `TypeB` that still wasn't deannotated. Edit: It's...
Bumps [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) from 3.6.1 to 3.6.2. Release notes Sourced from squizlabs/php_codesniffer's releases. 3.6.2 Processing large code bases that use tab indenting inside comments and strings will now be faster Thanks...
Hey, I did a lot of work for authorization for your project. The first one is to use your project with concrete5 and the second one is to authorize the...