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
Taylor Otwell
7477ec918f
Pull in Mockery for mocking.
2015-05-06 21:08:42 -05:00
Graham Campbell
c170c76dc2
Fixed 5.1 installation
2015-02-15 14:57:50 +00:00
Taylor Otwell
9da5d30bf7
upgrade version.
2015-02-04 08:17:58 -06:00
Taylor Otwell
61842064b7
upgrade version.
2015-02-04 08:17:48 -06:00
Taylor Otwell
da60de8973
use stable
2015-02-04 08:17:25 -06:00
Graham Campbell
eb63ae5ee5
Use stable dependencies
2015-01-27 20:39:24 +00:00
Hannes Van De Vreken
85182ec062
copy .env file as after create project
...
Will work on any os.
2015-01-18 10:50:07 +01:00
Taylor Otwell
e2b7f92abe
Merge pull request #3046 from driesvints/feature/phpspec-config-file
...
Add PHPSpec config file and dependency
2014-12-16 13:47:47 -06:00
Graham Campbell
931f0eb840
Make use of autoload-dev
2014-12-15 15:53:52 +00:00
Taylor Otwell
9d3a58284f
Fix database path.
2014-12-08 10:10:47 -06:00
Taylor Otwell
532297c109
Work on default project structure.
2014-12-08 09:31:31 -06:00
Jeffrey Way
001ba10296
Adjust for Elixir move to npm
2014-10-14 14:37:39 -04:00
Taylor Otwell
97d95abfa6
Add post-install cmds for routes and events.
2014-10-11 20:53:31 -05:00
Taylor Otwell
7120fbb272
Add elixir to dependencies.
2014-10-10 12:54:01 -05:00
Dries Vints
2b8311f711
Add PHPSpec config file and dependency
2014-09-28 20:36:34 +02:00
Julien Bonvarlet
13d19d606d
Fix dependency
...
With this new 5.0 branch, there is some issues on composer install. Either keep a 4.3.* branch or change this ?
2014-09-12 17:22:09 +02:00
Taylor Otwell
5b1e511ab1
Merge branch 'master' into develop
2014-08-22 08:30:57 -05:00
Barry vd. Heuvel
c4bb1b8e59
Add type 'project' to composer.json
...
That is what is suggested by https://getcomposer.org/doc/04-schema.md#type
2014-08-21 09:43:18 +02:00
crynobone
e084583077
Move PHPUnit to require-dev and fixes directory references to tests.
...
Signed-off-by: crynobone <crynobone@gmail.com>
2014-08-20 19:36:09 +08:00
Taylor Otwell
177d1ebb7a
Mega work on structure.
2014-08-20 00:26:14 -05:00
Taylor Otwell
9aae50e501
Working on the default app structure.
2014-08-18 22:46:16 -05:00
Taylor Otwell
a5f4e74889
Autoload the console.
2014-08-13 10:01:57 -05:00
Taylor Otwell
278758542c
Namespace change.
2014-08-13 10:00:36 -05:00
Taylor Otwell
ee6f47dc47
Working on app structure.
2014-08-13 09:44:20 -05:00
Taylor Otwell
ac9ce28597
Rename core directory.
2014-08-12 07:01:09 -05:00
Taylor Otwell
727d097a5b
Remove accidental dependency.
2014-08-11 10:42:42 -05:00
Taylor Otwell
6070d93c4a
Working on new directory structure.
2014-08-11 10:13:20 -05:00
Taylor Otwell
4b117a6ea8
Fix a few things.
2014-08-01 00:55:37 -05:00
Taylor Otwell
9b00554990
Merging structure branch.
2014-07-31 23:44:43 -05:00
Taylor Otwell
0e0fd73b43
Working on overall app structure.
2014-07-31 15:13:50 -05:00
Taylor Otwell
a5001352e6
Fix autoload map.
2014-07-29 23:52:16 -05:00
Taylor Otwell
d2acaa24c2
Point at 4.3.
2014-06-01 13:16:51 -05:00
Taylor Otwell
1713d69ca8
Merge development branch.
2014-06-01 13:16:30 -05:00