Skip to content

Commit 7525a57

Browse files
committed
Update version and deps
1 parent d452cc5 commit 7525a57

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
1010

1111
config.vm.provider "virtualbox" do |v|
1212
v.name = project_name
13-
v.memory = 1024
13+
v.memory = 2048
1414
v.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
1515
end
1616

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dholmes/bga-workbench",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "library",
55
"description": "BoardGameArena Workbench",
66
"minimum-stability": "stable",
@@ -40,7 +40,7 @@
4040
"phpoption/phpoption": "^1.5.0",
4141
"hamcrest/hamcrest-php": "^2.0.0",
4242
"squizlabs/php_codesniffer": "^3.0.0",
43-
"illuminate/support": "^4.0"
43+
"illuminate/support": ">=4.0 < 6.0.0"
4444
},
4545
"require-dev": {
4646
"phpunit/phpunit": "^6.2.3"

composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)