Skip to content

Commit 14bcaed

Browse files
committed
Removed PHP 7.3 Support
1 parent b3b10ce commit 14bcaed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
operating-system: [ubuntu-latest]
12-
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
12+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1313
steps:
1414
- uses: actions/checkout@v3
1515
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ composer require saintsystems/odata-client
1818

1919
### HTTP Provider Configuration
2020

21-
Starting from version 0.9.0, the OData Client requires an HTTP provider to be explicitly set. This allows you to use any HTTP client implementation that suits your needs.
21+
Starting from version 0.10.0, the OData Client requires an HTTP provider to be explicitly set. This allows you to use any HTTP client implementation that suits your needs.
2222

2323
#### Using Guzzle (recommended for most users)
2424

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saintsystems/odata-client",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Saint Systems OData Client for PHP",
55
"keywords": [
66
"odata",
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.3 || ^8.0",
20+
"php": "^7.4 || ^8.0",
2121
"nesbot/carbon": "^2.0 || ^3.0",
2222
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},

0 commit comments

Comments
 (0)