Skip to content

Commit 417aa8e

Browse files
committed
Joomla! Framework v4.0.0
1 parent f1dd54f commit 417aa8e

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.github/ export-ignore
2-
build/ export-ignore
2+
docs/ export-ignore
33
Tests/ export-ignore
4+
.editorconfig export-ignore
45
.gitattributes export-ignore
56
.gitignore export-ignore
67
phpstan.neon export-ignore

composer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^8.3.0",
10-
"joomla/http": "dev-4.x-dev",
11-
"joomla/registry": "dev-4.x-dev",
12-
"joomla/uri": "dev-4.x-dev"
10+
"joomla/http": "^4.0",
11+
"joomla/registry": "^4.0",
12+
"joomla/uri": "^4.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^12.2.7",
@@ -27,12 +27,5 @@
2727
"Joomla\\Github\\Tests\\": "Tests/"
2828
}
2929
},
30-
"minimum-stability": "dev",
31-
"extra": {
32-
"branch-alias": {
33-
"dev-2.0-dev": "2.0-dev",
34-
"dev-3.x-dev": "3.0-dev",
35-
"dev-4.x-dev": "4.0-dev"
36-
}
37-
}
30+
"minimum-stability": "dev"
3831
}

0 commit comments

Comments
 (0)