Skip to content

Commit e5c302f

Browse files
committed
Move up the required version of PHP so that we are compatible with PSR-12
1 parent b0a564c commit e5c302f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.5.9",
16+
"php": ">=7.1",
1717
"ext-json": "*",
1818
"guzzlehttp/psr7": "^1.6",
1919
"php-http/client-implementation": "^1.0",

src/Request/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Request extends Psr7Request
88
{
99

10-
const DEFAULT_BASE_URI = 'https://www.drupal.org/api-d7/';
10+
public const DEFAULT_BASE_URI = 'https://www.drupal.org/api-d7/';
1111

1212
/**
1313
* The user agent to use when sending the request.

0 commit comments

Comments
 (0)