Skip to content

Commit ef2dbd5

Browse files
author
Dominik Liebler
committed
Vagrant + License fixes
1 parent ebd7291 commit ef2dbd5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Dominik Liebler
1+
Copyright (c) 2011-2016 Dominik Liebler and contributors
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

ansible/roles/php/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
sudo: yes
88
apt: update_cache=yes
99

10-
- name: Install php5
10+
- name: Install php7
1111
sudo: yes
12-
apt: pkg=php5 state=latest
12+
apt: pkg=php7.0 state=latest
1313

1414
- name: Install PHP Packages
1515
sudo: yes

ansible/vars/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vagrant_local:
99
vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs }
1010
php:
1111
install: '1'
12-
ppa: php5-5.6
13-
packages: [php5-cli, php5-intl, php5-mcrypt, php5-mysql, php5-curl, php5-json]
12+
ppa: php
13+
packages: [php7.0-cli, php7.0-intl, php7.0-mcrypt, php7.0-mysql, php7.0-curl, php7.0-json, php7.0-xml]
1414
xdebug:
1515
install: '1'

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="./vendor/autoload.php" colors="true">
3-
43
<testsuites>
54
<testsuite name="Design Patterns">
65
<directory suffix="Test.php">Behavioral/*/Tests</directory>

0 commit comments

Comments
 (0)