diff --git a/VERSION.json b/VERSION.json index cbf7f1f..b0c0532 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":7, "hotfix":4} +{"major":2, "minor":8, "hotfix":0} diff --git a/composer.json b/composer.json index 3598396..aa6c7eb 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,9 @@ "robmorgan/phinx": "0.5.*", "monarc/core": "dev-master", "monarc/backoffice": "dev-master", - "phing/phing": "~2.0" + "phing/phing": "~2.0", + "ramsey/uuid": "^3.8", + "ramsey/uuid-doctrine": "^1.5" }, "config": { "bin-dir": "bin/" diff --git a/package.json b/package.json index 2fd0e2e..2864871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.7.4", + "version": "2.8.0", "description": "MONARC back office", "private": true, "repository": { diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 3585101..c1adfcc 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -53,7 +53,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # # # Use VBoxManage to customize the VM. For example to change memory: vb.customize ["modifyvm", :id, "--memory", "2048"] - vb.customize ["modifyvm", :id, "--name", "MONARC BO - Ubuntu 18.04 - DEV"] + vb.customize ["modifyvm", :id, "--name", "MONARC BO - Ubuntu 18.04 - DEV - 2019-02-21"] end # # View the documentation for the provider you're using for more