Skip to content

Commit

Permalink
feat(PHP): Move PHP version requirement to 7.3>=
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Feb 18, 2022
1 parent 5130a6e commit f41f048
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Professional Parcel Logistic MyApi client in PHP

## Requirements

- PHP 5.6 or higher
- PHP 7.3 or higher

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"require": {
"php": ">=7.1.0",
"php": ">=7.3.0",
"tecnickcom/tcpdf": "^6.2"
},
"require-dev": {
Expand Down
1 change: 0 additions & 1 deletion src/Model/CityRouting.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function __construct($routeCode, $depoCode, $highlighted)
$this->highlighted = $highlighted;
}


public function getRouteCode()
{
return $this->routeCode;
Expand Down

0 comments on commit f41f048

Please sign in to comment.