Skip to content

Commit

Permalink
Merge pull request #10 from Jeckel-Lab/feature/re-enable-php7.2
Browse files Browse the repository at this point in the history
Re-Activate build for php7.2
  • Loading branch information
jeckel committed Dec 11, 2020
2 parents b08f6cc + 326e482 commit 4c7d5db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ List of interfaces use as contract in other packages or DD projects
This contract includes some strong typings, object relation and psalm validation.

Require **`php >= 7.2.*`**
- **`php 7.2.*`** ==> use tag v0.1.4
- **`php >= 7.3` or `php 8.0`** ==> use tag v1.0.0

## Main contracts

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": "^7.3 || ^8.0"
"php": "^7.2 || ^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -22,7 +22,7 @@
"vimeo/psalm": "^4.3",
"squizlabs/php_codesniffer": "^3.5",
"phpmd/phpmd": "^2.8",
"phpro/grumphp": "^1.2.0"
"phpro/grumphp": "^0.19 || ^1.2.0"
},
"suggest": {
"vimeo/psalm": "Using psalm with this 'contract' will enable immutability and strong typing verification"
Expand Down

0 comments on commit 4c7d5db

Please sign in to comment.