Skip to content

Commit 534dd4b

Browse files
PROFeNoMgithub-actions[bot]
authored andcommitted
chore: update latest versions
1 parent 0994638 commit 534dd4b

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

tests/Frameworks/CakePHP/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"require": {
88
"php": ">=8.1",
9-
"cakephp/cakephp": "5.2.8",
9+
"cakephp/cakephp": "5.2.10",
1010
"cakephp/migrations": "^4.0.0",
1111
"cakephp/plugin-installer": "^2.0",
1212
"mobiledetect/mobiledetectlib": "^3.74"

tests/Frameworks/Laravel/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "MIT",
1010
"require": {
1111
"php": "^8.2",
12-
"laravel/framework": "12.31.1",
12+
"laravel/framework": "12.43.1",
1313
"laravel/tinker": "^2.9"
1414
},
1515
"require-dev": {

tests/Frameworks/Laravel/Octane/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": "^8.2",
1212
"laravel/framework": "^11.0",
13-
"laravel/octane": "2.12.3",
13+
"laravel/octane": "2.13.3",
1414
"laravel/tinker": "^2.9"
1515
},
1616
"require-dev": {

tests/Frameworks/Nette/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">= 7.1",
16-
"nette/application": "3.2.7",
16+
"nette/application": "3.2.9",
1717
"nette/bootstrap": "^3.2",
1818
"nette/caching": "^3.2",
1919
"nette/database": "^3.2",

tests/Frameworks/Slim/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"monolog/monolog": "^2.0",
2828
"php-di/php-di": "^6.1",
2929
"slim/psr7": "^1.1",
30-
"slim/slim": "4.15.0",
30+
"slim/slim": "4.15.1",
3131
"slim/twig-view": "^3.0"
3232
},
3333
"config": {

tests/Frameworks/Symfony/Latest/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"doctrine/orm": "^2.17",
1515
"phpdocumentor/reflection-docblock": "^5.6",
1616
"phpstan/phpdoc-parser": "^2.0",
17-
"symfony/console": "7.3.4",
17+
"symfony/console": "8.0.1",
1818
"symfony/doctrine-messenger": "^7.1",
1919
"symfony/dotenv": "*",
2020
"symfony/flex": "^2",
2121
"symfony/form": "*",
22-
"symfony/framework-bundle": "7.3.4",
23-
"symfony/messenger": "7.3.3",
22+
"symfony/framework-bundle": "8.0.1",
23+
"symfony/messenger": "8.0.0",
2424
"symfony/monolog-bundle": "^3.10",
2525
"symfony/property-access": "*",
2626
"symfony/property-info": "*",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"php-amqplib/php-amqplib": "3.7.3"
3+
"php-amqplib/php-amqplib": "3.7.4"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"elasticsearch/elasticsearch": "9.1.0",
3+
"elasticsearch/elasticsearch": "9.2.0",
44
"nyholm/psr7": "^1.8"
55
}
66
}

tests/Integrations/GoogleSpanner/Latest/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"require": {
3-
"google/cloud-spanner": "1.105.0"
3+
"google/cloud-spanner": "2.2.0"
44
},
55
"provide": {
66
"ext-grpc": "*"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"mongodb/mongodb": "2.1.1"
3+
"mongodb/mongodb": "2.1.2"
44
}
55
}

0 commit comments

Comments
 (0)