-
-
Is this library support PSR-7 UploadedFileInterface ? I want to integrate it with slim framework 4 that is using that interface when a file is uploaded
-
could not find driver
CREATE TABLE "commands" (
"id" integer PRIMARY key autoincrement NOT NULL,
"name" varchar,
"description" varchar,
"synopsis" varchar,
"arguments" text,
"option…
-
I recommend adding support for [`psr/http-message v2`](https://github.com/php-fig/http-message), which was released in April and requires PHP 7.2+. To ensure compatibility with `psr/http-message v2` a…
-
Apparently it's a good idea to use PSR-7 when writing libraries that implement URLs, Requests, Responses, etc. but I'm coming to the opinion that it really doesn't matter at all, and PSRs actually jus…
-
### Module version(s) affected
5.3.1
### Description
We recently updated to silverstripe 5.
After that we need to click the three dots and click publish on an element before saving the pag…
-
https://github.com/php-fig/fig-standards/pull/400
Hywan updated
9 years ago
-
**Describe the bug**
Hello!
I can no longer install phalcon with GitHub Actions.
Do you know what the problem is?
The problem occurred at 08:00 Japan time on 2024-10-07.
**Expected behavior…
-
## Feature Request
| Q | A |
|-------------|--------|
| Package | no |
| New Feature | no |
| BC Break | yes/no |
## Introduction
League uri packages are mad…
-
Main bottlenecks:
1. not using pytest-xdist (TOP prio which has been investigated by both @seitzdom and @m.dagrada only to result in issues with gitlab runners, this however change when we switch to …