Skip to content

Commit d535f50

Browse files
Merge pull request #7 from joomla-projects/http-update
Add composer update for http and filesystem package
2 parents 3951aec + 1a6895c commit d535f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"require": {
1515
"php": "^8.1.0",
16-
"joomla/http": "dev-4.x-dev",
17-
"joomla/filesystem": "~3.0"
16+
"joomla/http": "~4.0",
17+
"joomla/filesystem": "~4.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5.28"
@@ -29,4 +29,4 @@
2929
"Joomla\\AI\\Tests\\": "Tests/"
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)