Skip to content

Commit

Permalink
Update version and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholmes committed Mar 26, 2018
1 parent d452cc5 commit 7525a57
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|

config.vm.provider "virtualbox" do |v|
v.name = project_name
v.memory = 1024
v.memory = 2048
v.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ]
end

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dholmes/bga-workbench",
"version": "0.1.2",
"version": "0.1.3",
"type": "library",
"description": "BoardGameArena Workbench",
"minimum-stability": "stable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"phpoption/phpoption": "^1.5.0",
"hamcrest/hamcrest-php": "^2.0.0",
"squizlabs/php_codesniffer": "^3.0.0",
"illuminate/support": "^4.0"
"illuminate/support": ">=4.0 < 6.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2.3"
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7525a57

Please sign in to comment.