Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/wp-rocket/vendor/berlindb/core/composer.json
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
{
2
+
"name": "berlindb/core",
3
+
"description": "A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.",
4
+
"type": "library",
5
+
"license": "MIT",
6
+
"require": {},
7
+
"autoload": {
8
+
"psr-4": {
9
+
"BerlinDB\\": "src/"
10
+
}
11
+
}
12
+
}