Skip to content

Commit

Permalink
Composer and ReadMe updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
unicate committed May 26, 2020
1 parent ba09dc5 commit b38116b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unicate Packagist Test

Test publishing on Packagist
Test publishing on Packagist.

### Installing

Expand All @@ -12,13 +12,15 @@ composer require unicate/packagist-test

### Example

#### v0.0.1
#### v1.1

```php
<?php

require_once "vendor/autoload.php";

$hello = new Unicate\PackagistTest\Hello("World");
use Unicate\PackagistTest\Hello;

$hello = new Hello('wonderful World!');
$hello->sayHello();

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unicate/packagist-test",
"description": "Test publishing on packagist",
"description": "Test publishing on packagist.",
"type": "library",
"license": "MIT",
"require": {
Expand Down

0 comments on commit b38116b

Please sign in to comment.