File tree 25 files changed +65
-124
lines changed
25 files changed +65
-124
lines changed Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/cookie" : " dev-master " ,
12
- "illuminate/encryption" : " dev-master " ,
13
- "illuminate/hashing" : " dev-master " ,
14
- "illuminate/session" : " dev-master " ,
15
- "illuminate/support" : " dev-master " ,
11
+ "illuminate/cookie" : " 4.0.x " ,
12
+ "illuminate/encryption" : " 4.0.x " ,
13
+ "illuminate/hashing" : " 4.0.x " ,
14
+ "illuminate/session" : " 4.0.x " ,
15
+ "illuminate/support" : " 4.0.x " ,
16
16
"symfony/http-foundation" : " 2.2.*"
17
17
},
18
18
"autoload" : {
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/database" : " dev-master " ,
12
- "illuminate/encryption" : " dev-master " ,
13
- "illuminate/filesystem" : " dev-master " ,
14
- "illuminate/redis" : " dev-master " ,
15
- "illuminate/support" : " dev-master "
11
+ "illuminate/database" : " 4.0.x " ,
12
+ "illuminate/encryption" : " 4.0.x " ,
13
+ "illuminate/filesystem" : " 4.0.x " ,
14
+ "illuminate/redis" : " 4.0.x " ,
15
+ "illuminate/support" : " 4.0.x "
16
16
},
17
17
"autoload" : {
18
18
"psr-0" : {"Illuminate\\ Cache" : " " }
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/filesystem" : " dev-master " ,
12
- "illuminate/support" : " dev-master "
11
+ "illuminate/filesystem" : " 4.0.x " ,
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"autoload" : {
15
15
"psr-0" : {"Illuminate\\ Config" : " " }
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/encryption" : " dev-master " ,
13
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/encryption" : " 4.0.x " ,
13
+ "illuminate/support" : " 4.0.x " ,
14
14
"symfony/http-foundation" : " 2.2.*"
15
15
},
16
16
"require-dev" : {
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " >=5.3.0" ,
13
- "illuminate/events" : " dev-master " ,
14
- "illuminate/support" : " dev-master "
13
+ "illuminate/events" : " 4.0.x " ,
14
+ "illuminate/support" : " 4.0.x "
15
15
},
16
16
"require-dev" : {
17
- "illuminate/console" : " dev-master " ,
18
- "illuminate/filesystem" : " dev-master " ,
19
- "illuminate/pagination" : " dev-master " ,
20
- "illuminate/support" : " dev-master " ,
17
+ "illuminate/console" : " 4.0.x " ,
18
+ "illuminate/filesystem" : " 4.0.x " ,
19
+ "illuminate/pagination" : " 4.0.x " ,
20
+ "illuminate/support" : " 4.0.x " ,
21
21
"mockery/mockery" : " 0.7.2"
22
22
},
23
23
"autoload" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master "
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"autoload" : {
15
15
"psr-0" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/container" : " dev-master " ,
13
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/container" : " 4.0.x " ,
13
+ "illuminate/support" : " 4.0.x " ,
14
14
"symfony/event-dispatcher" : " 2.2.*"
15
15
},
16
16
"require-dev" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/support" : " 4.0.x " ,
13
13
"symfony/http-kernel" : " 2.2.*"
14
14
},
15
15
"require-dev" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master "
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"autoload" : {
15
15
"psr-0" : {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"php" : " >=5.3.0" ,
13
- "illuminate/support" : " dev-master "
13
+ "illuminate/support" : " 4.0.x "
14
14
},
15
15
"autoload" : {
16
16
"psr-0" : {
Original file line number Diff line number Diff line change 8
8
}
9
9
],
10
10
"require" : {
11
- "illuminate/session" : " dev-master " ,
12
- "illuminate/support" : " dev-master " ,
11
+ "illuminate/session" : " 4.0.x " ,
12
+ "illuminate/support" : " 4.0.x " ,
13
13
"symfony/http-foundation" : " 2.2.*"
14
14
},
15
15
"require-dev" : {
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/support" : " dev-master " ,
11
+ "illuminate/support" : " 4.0.x " ,
12
12
"monolog/monolog" : " 1.3.*"
13
13
},
14
14
"require-dev" : {
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/container" : " dev-master " ,
12
- "illuminate/log" : " dev-master " ,
13
- "illuminate/support" : " dev-master " ,
14
- "illuminate/view" : " dev-master " ,
11
+ "illuminate/container" : " 4.0.x " ,
12
+ "illuminate/log" : " 4.0.x " ,
13
+ "illuminate/support" : " 4.0.x " ,
14
+ "illuminate/view" : " 4.0.x " ,
15
15
"swiftmailer/swiftmailer" : " 4.3.*"
16
16
},
17
17
"require-dev" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/http" : " dev-master " ,
13
- "illuminate/support" : " dev-master " ,
14
- "illuminate/view" : " dev-master " ,
12
+ "illuminate/http" : " 4.0.x " ,
13
+ "illuminate/support" : " 4.0.x " ,
14
+ "illuminate/view" : " 4.0.x " ,
15
15
"symfony/http-foundation" : " 2.2.*" ,
16
16
"symfony/translation" : " 2.2.*"
17
17
},
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/console" : " dev-master " ,
12
- "illuminate/container" : " dev-master " ,
13
- "illuminate/support" : " dev-master "
11
+ "illuminate/console" : " 4.0.x " ,
12
+ "illuminate/container" : " 4.0.x " ,
13
+ "illuminate/support" : " 4.0.x "
14
14
},
15
15
"require-dev" : {
16
16
"iron-io/iron_mq" : " 1.2.*" ,
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master "
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"require-dev" : {
15
15
"mockery/mockery" : " 0.7.2"
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "illuminate/container" : " dev-master " ,
13
- "illuminate/http" : " dev-master " ,
14
- "illuminate/session" : " dev-master " ,
15
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/container" : " 4.0.x " ,
13
+ "illuminate/http" : " 4.0.x " ,
14
+ "illuminate/session" : " 4.0.x " ,
15
+ "illuminate/support" : " 4.0.x " ,
16
16
"symfony/http-foundation" : " 2.2.*" ,
17
17
"symfony/http-kernel" : " 2.2.*" ,
18
18
"symfony/routing" : " 2.2.*"
19
19
},
20
20
"require-dev" : {
21
- "illuminate/console" : " dev-master " ,
22
- "illuminate/filesystem" : " dev-master " ,
21
+ "illuminate/console" : " 4.0.x " ,
22
+ "illuminate/filesystem" : " 4.0.x " ,
23
23
"mockery/mockery" : " 0.7.2"
24
24
},
25
25
"autoload" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/cache" : " dev-master " ,
13
- "illuminate/cookie" : " dev-master " ,
14
- "illuminate/database" : " dev-master " ,
15
- "illuminate/encryption" : " dev-master " ,
16
- "illuminate/filesystem" : " dev-master " ,
17
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/cache" : " 4.0.x " ,
13
+ "illuminate/cookie" : " 4.0.x " ,
14
+ "illuminate/database" : " 4.0.x " ,
15
+ "illuminate/encryption" : " 4.0.x " ,
16
+ "illuminate/filesystem" : " 4.0.x " ,
17
+ "illuminate/support" : " 4.0.x " ,
18
18
"symfony/http-foundation" : " 2.2.*"
19
19
},
20
20
"require-dev" : {
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/filesystem" : " dev-master " ,
12
- "illuminate/support" : " dev-master " ,
11
+ "illuminate/filesystem" : " 4.0.x " ,
12
+ "illuminate/support" : " 4.0.x " ,
13
13
"symfony/translation" : " 2.2.*"
14
14
},
15
15
"require-dev" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master " ,
12
+ "illuminate/support" : " 4.0.x " ,
13
13
"symfony/http-foundation" : " 2.2.*" ,
14
14
"symfony/translation" : " 2.2.*"
15
15
},
16
16
"require-dev" : {
17
- "illuminate/database" : " dev-master " ,
17
+ "illuminate/database" : " 4.0.x " ,
18
18
"mockery/mockery" : " 0.7.2"
19
19
},
20
20
"autoload" : {
Original file line number Diff line number Diff line change 8
8
],
9
9
"require" : {
10
10
"php" : " >=5.3.0" ,
11
- "illuminate/container" : " dev-master " ,
12
- "illuminate/events" : " dev-master " ,
13
- "illuminate/filesystem" : " dev-master " ,
14
- "illuminate/support" : " dev-master "
11
+ "illuminate/container" : " 4.0.x " ,
12
+ "illuminate/events" : " 4.0.x " ,
13
+ "illuminate/filesystem" : " 4.0.x " ,
14
+ "illuminate/support" : " 4.0.x "
15
15
},
16
16
"require-dev" : {
17
17
"mockery/mockery" : " 0.7.2"
Original file line number Diff line number Diff line change 8
8
}
9
9
],
10
10
"require" : {
11
- "illuminate/filesystem" : " dev-master " ,
12
- "illuminate/support" : " dev-master " ,
11
+ "illuminate/filesystem" : " 4.0.x " ,
12
+ "illuminate/support" : " 4.0.x " ,
13
13
"symfony/finder" : " 2.2.*"
14
14
},
15
15
"require-dev" : {
16
- "illuminate/console" : " dev-master " ,
16
+ "illuminate/console" : " 4.0.x " ,
17
17
"mockery/mockery" : " 0.7.2"
18
18
},
19
19
"autoload" : {
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master "
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"autoload" : {
15
15
"classmap" : [
Original file line number Diff line number Diff line change 9
9
],
10
10
"require" : {
11
11
"php" : " >=5.3.0" ,
12
- "illuminate/support" : " dev-master "
12
+ "illuminate/support" : " 4.0.x "
13
13
},
14
14
"autoload" : {
15
15
"psr-0" : {
You can’t perform that action at this time.
0 commit comments