Skip to content

Commit

Permalink
b8 as module
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Jan 26, 2024
1 parent fb010f3 commit 9c5970b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
18 changes: 1 addition & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"require": {
"geoip2/geoip2": "~2.0",
"l3u/b8": "*",
"ext-json": "*",
"ext-openssl": "*"
},
Expand All @@ -40,21 +39,6 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "package",
"package": {
"name": "l3u/b8",
"version": "1",
"type": "library",
"source": {
"url": "https://gitlab.com/l3u/b8.git",
"type": "git",
"reference": "master"
}
}
}
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
Expand All @@ -63,7 +47,7 @@
},
"autoload": {
"psr-4": {
"b8\\": "vendor/l3u/b8/b8/",
"b8\\": "core/b8/b8/",
"CF7_AntiSpam\\Core\\": "core/",
"CF7_AntiSpam\\Engine\\": "engine/",
"CF7_AntiSpam\\Admin\\": "admin/"
Expand Down
12 changes: 1 addition & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c5970b

Please sign in to comment.