Skip to content

Commit cd21064

Browse files
committed
Add composer and phpunit
1 parent b0e455e commit cd21064

File tree

4 files changed

+1522
-0
lines changed

4 files changed

+1522
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# ci-base-php
2+
23
CI with PHP and TravisCI
4+
5+
6+
composer install
7+
./vendor/bin/phpunit

composer.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "vukanac/ci-base-php",
3+
"description": "Example/Starting point for a project with CI for PHP with Travis",
4+
"type": "project",
5+
"require-dev": {
6+
"phpunit/phpunit": "^7.1"
7+
},
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Vladimir Vukanac",
12+
"email": "[email protected]"
13+
}
14+
],
15+
"require": {}
16+
}

0 commit comments

Comments
 (0)