-
My `composer.json`:
```json
{
"name": "example/feeds-import",
"description": "Feeds data importer",
"license": "proprietary",
"require": {
"php": ">=7.0.0",
"…
-
We use codeception for tests, and after merging v2.2.3 they are failing when requirements installed with `composer install --prefer-lowest`. Here is the diff of package versions installed:
```diff
-…
-
I've had focuspoint on our site for a while. It's stopped working with a composer update when it jumped to 2.4
Error is
`[User Warning] DataObject::__construct passed The value 'assets/article-…
-
hi all.
I'm trying to install this bundle but when i issue a:
```
# composer require knplabs/knp-gaufrette-bundle:0.3 -v
```
I reiceve this error:
```
./composer.json has been updated
Lo…
-
### General Information
GeocoderLaravel Version: 1.0.5
Laravel Version: 5.4
PHP Version: 7.1
Operating System and Version: Ubuntu (Homestead) on Windows 10 (VirtualBox)
### Issue Description
G…
-
#### I trying to set APP_ENV in tests/_bootstrap.php. But in my ZF2 project APP_ENV is empty.
here is my _bootstrap.php file
```php
-
#### What are you trying to achieve?
I'm trying to use mockery to mock a call from a recapcha service in Laravel. Laravel seems to be using the the non mocked object for some reason. Unit test functi…
-
We are getting this deprecation since upgrading to twig 1.27.
> The Twig_TokenStream::getFilename() method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instea…
-
Hi,
I just update to Symfony 2.8 and i have a bug with the WebProfiler.
I can access to my web page but the profiler wont load and throw this error:
_Neither the property "redirect" nor one of …
-
My `composer.json`:
```
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"license": "MIT",
"type": "project",
…