-
Version of PHP:
```
> php --version
PHP 8.0.10 (cli) (built: Aug 26 2021 15:36:17) ( NTS )
```
Composer.json modification (I've added PHP ^8.0 as a supported version)
```
"require": {
…
-
Doc is missing in the section for these conversions,, but it's easy to provide, thus allowing all Craft 3 sites to take advantage of the better security possible, and be consistent when addressed in f…
-
**Is your feature request related to a problem? Please describe.**
As time goes on the `config.php` file gets more and more complicated. Every setting under the sun can be added and changed there. Th…
-
### What happened?
Can anyone explain this: a lot of directories appearing in the assets directory (see screenshot)
Cheers
Peter
### Craft CMS version
4.3.3
### PHP version
8.…
-
### Description
Hi!
When working with the GitHub example from the plugin, it correctly populates the entry, however, it only saves the title from the form. Other custom fields (plaintext) stay emp…
-
### Environment
sentry 3.3
laravel 10.8
### Steps to Reproduce
1) Create a form containing a file input
2) Create a controller that receives the form data
3) In the controller, throw an exce…
-
Composer
My `composer.json`:
```json
{
...
"require": {
...
"myvendor/mypackage": "*"
},
...
"repositories": {
"mypackage": {
"type": "pat…
-
Currently the `vlucas/phpdotenv` package is a direct dependency although it is only used in the examples/tests.
For us this lead to problems with an old laravel install (as laravel 7 required phpdo…
-
Not sure if you've encoutered this one @kaelansmith, it's saying it can only install ACF Pro using an interactive console.
I think for now I can remove the composer dep and install it once Wordpre…
-
Hi,
Any plans to support PHP 8.1 ?
The locked version of `vlucas/phpdotenv` has some deprecated functions.