Skip to content

Commit fe44685

Browse files
authored
Merge pull request #2105 from opensource-workshop/2.24.0
Merge v1.24.0 into 2
2 parents 72776bf + f4e43c6 commit fe44685

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/laravel_dusk_connect-cms-test-matrix-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: ['7.3', '7.4', '8.0', '8.1']
23+
php: ['7.4', '8.0', '8.1']
2424

2525
name: ubuntu-latest-mysql PHP ${{ matrix.php }}
2626

composer-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"require": {
1212
"php": "^8.0.2",
13-
"aws/aws-sdk-php": "^3.263",
13+
"aws/aws-sdk-php": "^3.262",
1414
"azuyalabs/yasumi": "^2.3",
1515
"doctrine/dbal": "^2.10",
1616
"ezyang/htmlpurifier": "^4.13",

composer-dev.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
55
"This file is @generated automatically"
66
],
7-
"content-hash": "7bf3670cd7e5f5d6ff9dc1c05a0d3711",
7+
"content-hash": "cd31c52a96ff7187b2e5c2993029d471",
88
"packages": [
99
{
1010
"name": "aws/aws-crt-php",
@@ -62,16 +62,16 @@
6262
},
6363
{
6464
"name": "aws/aws-sdk-php",
65-
"version": "3.336.10",
65+
"version": "3.336.15",
6666
"source": {
6767
"type": "git",
6868
"url": "https://github.com/aws/aws-sdk-php.git",
69-
"reference": "bb137145fdbcd4ca121446157d804b9653aff54c"
69+
"reference": "f8028ef4b8dcb0acfe86c33e207fd3cb0b9cbf3b"
7070
},
7171
"dist": {
7272
"type": "zip",
73-
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bb137145fdbcd4ca121446157d804b9653aff54c",
74-
"reference": "bb137145fdbcd4ca121446157d804b9653aff54c",
73+
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f8028ef4b8dcb0acfe86c33e207fd3cb0b9cbf3b",
74+
"reference": "f8028ef4b8dcb0acfe86c33e207fd3cb0b9cbf3b",
7575
"shasum": ""
7676
},
7777
"require": {
@@ -154,9 +154,9 @@
154154
"support": {
155155
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
156156
"issues": "https://github.com/aws/aws-sdk-php/issues",
157-
"source": "https://github.com/aws/aws-sdk-php/tree/3.336.10"
157+
"source": "https://github.com/aws/aws-sdk-php/tree/3.336.15"
158158
},
159-
"time": "2025-01-07T19:05:48+00:00"
159+
"time": "2025-01-14T19:03:58+00:00"
160160
},
161161
{
162162
"name": "azuyalabs/yasumi",
@@ -3092,12 +3092,12 @@
30923092
"version": "2.72.6",
30933093
"source": {
30943094
"type": "git",
3095-
"url": "https://github.com/briannesbitt/Carbon.git",
3095+
"url": "https://github.com/CarbonPHP/carbon.git",
30963096
"reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5"
30973097
},
30983098
"dist": {
30993099
"type": "zip",
3100-
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1e9d50601e7035a4c61441a208cb5bed73e108c5",
3100+
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/1e9d50601e7035a4c61441a208cb5bed73e108c5",
31013101
"reference": "1e9d50601e7035a4c61441a208cb5bed73e108c5",
31023102
"shasum": ""
31033103
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|
1313
*/
1414

15-
'cc_version' => '2.23.3',
15+
'cc_version' => '2.24.0',
1616

1717
'show_cc_version' => true,
1818
];

0 commit comments

Comments
 (0)