Chris Fidao
6779a2759e
Trusted proxy to version 4.0 for laravel 5.6
2017-12-19 06:48:46 -06:00
Taylor Otwell
f1575bf27c
prefer stable
2017-12-18 10:40:39 -06:00
Nuno Maduro
6556e548dd
Adds nunomaduro/collision on composer require-dev
2017-12-17 22:18:24 +01:00
Taylor Otwell
73576f73d6
update deps
2017-12-15 16:24:49 -06:00
Gabriel Caruso
0d62dfb909
Matche mockery/mockery with laravel/framework
2017-10-16 10:46:16 -02:00
Taylor Otwell
a6c68c24c9
fixing conflicts
2017-08-30 11:55:27 +02:00
Tom Irons
c542d0ba3d
add whoops to dev dependencies
2017-08-05 15:55:03 -04:00
Gary Green
efdec1c86b
Remove migrations from autoload classmap.
2017-07-21 15:20:50 +01:00
Taylor Otwell
fef413ff0e
remove predis
2017-07-12 11:58:52 -05:00
Taylor Otwell
9a276e4ef5
wip
2017-07-11 15:25:52 -05:00
Taylor Otwell
2f4d72699c
update composer json
2017-06-01 11:26:43 -05:00
Miguel Piedrafita
8379a92a14
Use current PHP version instead of using PATH
2017-05-25 14:56:28 +02:00
Taylor Otwell
8abc4d05c5
allow dev installs
2017-04-11 08:16:12 -05:00
Taylor Otwell
4696e7bcb6
fix conflicts
2017-04-07 08:11:06 -05:00
Taylor Otwell
e23a1d284f
add trust proxy middleware
2017-03-29 10:05:16 -05:00
Alexandr
2b5925bc62
Composer -o
...
Composer allows us to optimize the autoloader using the --optimize flag or shortly -o.
2017-03-27 14:31:34 +03:00
Mior Muhammad Zaki
926f53bcc0
Laravel 5.4 explicitly require phpunit 5.7.0+
...
As demonstrated in laravel/framework#17699 it is possible to have phpunit being installed with a lower than `5.7.0`, which doesn't work at all on 5.4 due to the changes with PHPUnit namespaced class.
2017-02-01 09:04:07 +08:00
Taylor Otwell
095fa50f7b
Revert "Append '@' to let composer resolve PHP executable"
2017-01-30 16:29:40 -06:00
Tim Groeneveld
cc42c3fe0a
Append '@' to let composer resolve PHP executable
...
To execute PHP scripts, you can use `@php` which will automatically resolve to whatever
php process is currently being used.
See https://getcomposer.org/doc/articles/scripts.md#executing-php-scripts
for more information.
2017-01-30 17:26:30 +10:00
Eric Dowell
bf33e17022
Update composer.json
...
Only autoload the tests namespace in dev.
2017-01-24 15:44:09 -06:00
Taylor Otwell
e0a3b26517
update composer fil
2017-01-24 10:18:57 -06:00
Graham Campbell
380c3a76a0
Added tinker to the default app
2016-12-29 13:06:11 +00:00
Graham Campbell
36875bb98e
Merge branch 'master' into develop
2016-12-29 13:03:32 +00:00
Dries Vints
483c9678c6
Sort Composer packages by default
...
It's much easier to search for packages in the composer.json file when they're sorted by default.
2016-12-17 15:25:24 +01:00
Taylor Otwell
d4bddc5649
remove unneeded deps
2016-12-05 13:57:35 -06:00
Taylor Otwell
cf73f8cb21
update deps
2016-12-01 11:47:40 -06:00
Taylor Otwell
08eefbcc11
Organize tests.
2016-11-29 15:48:33 -06:00
Taylor Otwell
9afcefb794
increment version
2016-10-26 08:17:15 -05:00
Taylor Otwell
c87566b5c9
stability
2016-10-24 17:05:16 -05:00
Taylor Otwell
af4f5bd98b
change versions
2016-10-24 17:03:46 -05:00
Taylor Otwell
99de565ae7
change composer file
2016-08-23 15:09:36 +02:00
Graham Campbell
0203d5d866
Merge branch 'master' into develop
2016-07-28 15:13:28 -04:00
hikouki
2f0ec593bc
Modify post-root-package-install script.
...
Idempotence.
2016-07-28 12:10:54 +09:00
Graham Campbell
0909dc2572
Merge branch 'master' into develop
2016-03-30 13:11:35 +01:00
Barry vd. Heuvel
40e5e164a9
Use ComposerScripts
...
Use ComposerScripts to avoid loading any configuration/compiled files.
2016-03-23 15:27:01 +01:00
Barry vd. Heuvel
4fec844eb9
Remove pre-update-cmd
...
Can't rely on being able to run php artisan, before updating.
2016-03-16 08:37:44 +01:00
Graham Campbell
84c7435dee
Updated for 5.3
2015-12-27 16:11:56 +00:00
Taylor Otwell
becd774e04
update dependencies
2015-12-21 11:26:25 -06:00
Taylor Otwell
8c7ebc5f81
change order of scripts
2015-12-16 11:55:37 -06:00
Graham Campbell
99a11eafb2
Added symfony deps to require-dev
2015-11-13 22:12:11 +00:00
Taylor Otwell
58e4045f6d
remove phpspec
2015-08-06 12:44:12 -05:00
Graham Campbell
19e54f5e1f
Install laravel 5.2
2015-06-15 22:26:17 +01:00
Graham Campbell
7e303014b6
Sync with 5.0
2015-06-15 22:22:23 +01:00
Taylor Otwell
15d6f3fe15
remove stability setting
2015-06-14 17:53:36 -05:00
Taylor Otwell
63ba6decb3
remove prefer stable
2015-06-14 17:46:57 -05:00
Barry vd. Heuvel
26b6b8e5ff
Set minimum stability to stable
2015-06-14 20:55:13 +02:00
Taylor Otwell
9a70a4b2b1
Update PHP dependencies.
2015-06-08 20:40:07 -05:00
crynobone
2ac993f8d3
[5.1] Move copying .env.example to post-root-package-install
...
post-create-project-cmd is executed only after post-install-cmd and this
could cause issue on the first installation (via composer
create-project) where environment is not prepared hence `php artisan
optimize` would generate `compiled.php`.
Signed-off-by: crynobone <crynobone@gmail.com>
2015-06-02 10:26:07 +08:00
Graham Campbell
c77a389277
Tabs to spaces
...
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:23 +01:00
Graham Campbell
4e4b2b8749
Add faker to require-dev
2015-05-25 13:43:03 +01:00