Skip to content

Commit

Permalink
Fixed namespace and composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
MirazMac committed Nov 3, 2021
1 parent 8fe8d1a commit 06398ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A PHP library to check the current environment against a set of defined requirem
### Install via composer

```shell
composer require mirazmac/php-requirements-checker dev-master
composer require mirazmac/php-requirements-checker
```

### Manual Install
Expand Down
2 changes: 0 additions & 2 deletions tests/ChekerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace MirazMac\Requirements;

use PHPUnit\Framework\TestCase;

/**
* Tests for the requirements checker
*
Expand Down

0 comments on commit 06398ed

Please sign in to comment.