Skip to content

Commit 632122a

Browse files
committed
Enhance stuffs
1 parent 7ae62d0 commit 632122a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ matrix:
99
- php: 7.0
1010
- php: 7.1
1111
- php: 7.2
12+
- php: 7.3
1213

1314
sudo: false
1415

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A Composer ready package to start a new PHP 7 project including Composer, PHPUni
2121
## Usage
2222
- First install this template:
2323
```
24-
composer require php-base-project/php-base-project
24+
composer create-project php-base-project/php-base-project
2525
```
2626
- Find and replace all `php-base-project`, `PHP Base Project` and `PhpBaseProject` with your project root, name and namespace respectively.
2727
- Create an account on Travis, Scrutinizer and Code Climate and allow access to your repository

0 commit comments

Comments
 (0)