diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-20 08:25:59 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-20 08:25:59 +0100 |
| commit | 7f0b55dc2c3181ed8015923fbe9bdacf6f7b5558 (patch) | |
| tree | 99977d9b84cd01d940d6b7cf94c33b1a810564ff /composer.lock | |
| parent | 5d5d9b1dafe63e1e10ae38b52fdd576bf92e6ff9 (diff) | |
| download | bitweaver-7f0b55dc2c3181ed8015923fbe9bdacf6f7b5558.tar.gz bitweaver-7f0b55dc2c3181ed8015923fbe9bdacf6f7b5558.tar.bz2 bitweaver-7f0b55dc2c3181ed8015923fbe9bdacf6f7b5558.zip | |
First pass at adding third party libraries via composerV5-php84
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 226 |
1 files changed, 226 insertions, 0 deletions
diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..701304d --- /dev/null +++ b/composer.lock @@ -0,0 +1,226 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", + "This file is @generated automatically" + ], + "content-hash": "d7cbbea8f3463b0b0310ae2839a33e65", + "packages": [ + { + "name": "components/jquery", + "version": "v3.7.1", + "source": { + "type": "git", + "url": "https://github.com/components/jquery.git", + "reference": "8edc7785239bb8c2ad2b83302b856a1d61de60e7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/jquery/zipball/8edc7785239bb8c2ad2b83302b856a1d61de60e7", + "reference": "8edc7785239bb8c2ad2b83302b856a1d61de60e7", + "shasum": "" + }, + "type": "component", + "extra": { + "component": { + "files": [ + "jquery.min.js", + "jquery.min.map", + "jquery.slim.js", + "jquery.slim.min.js", + "jquery.slim.min.map" + ], + "scripts": [ + "jquery.js" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "JS Foundation and other contributors" + } + ], + "description": "jQuery JavaScript Library", + "homepage": "http://jquery.com", + "support": { + "forum": "http://forum.jquery.com", + "irc": "irc://irc.freenode.org/jquery", + "issues": "https://github.com/jquery/jquery/issues", + "source": "https://github.com/jquery/jquery", + "wiki": "http://docs.jquery.com/" + }, + "time": "2023-09-22T01:43:46+00:00" + }, + { + "name": "miljar/php-exif", + "version": "v0.6.5", + "source": { + "type": "git", + "url": "https://github.com/PHPExif/php-exif.git", + "reference": "41f23db39d7b48e4af0e134c2e80e577c1782ac9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPExif/php-exif/zipball/41f23db39d7b48e4af0e134c2e80e577c1782ac9", + "reference": "41f23db39d7b48e4af0e134c2e80e577c1782ac9", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "jakub-onderka/php-parallel-lint": "^1.0", + "phpmd/phpmd": "~2.2", + "phpunit/phpunit": ">=4.0 <6.0", + "satooshi/php-coveralls": "~0.6", + "sebastian/phpcpd": "1.4.*@stable", + "squizlabs/php_codesniffer": "1.4.*@stable" + }, + "suggest": { + "ext-exif": "Use exif PHP extension as adapter", + "lib-exiftool": "Use perl lib exiftool as adapter" + }, + "type": "library", + "autoload": { + "psr-0": { + "PHPExif": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Tom Van Herreweghe", + "homepage": "http://theanalogguy.be", + "role": "Developer" + } + ], + "description": "Object-Oriented EXIF parsing", + "keywords": [ + "IPTC", + "exif", + "exiftool", + "jpeg", + "tiff" + ], + "support": { + "issues": "https://github.com/PHPExif/php-exif/issues", + "source": "https://github.com/PHPExif/php-exif/tree/v0.6.5" + }, + "time": "2019-02-11T13:47:52+00:00" + }, + { + "name": "shubhamjain/php-id3", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/shubhamjain/PHP-ID3.git", + "reference": "d4cae5c013097ee4ecc96693b935e9128ff51d3d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/shubhamjain/PHP-ID3/zipball/d4cae5c013097ee4ecc96693b935e9128ff51d3d", + "reference": "d4cae5c013097ee4ecc96693b935e9128ff51d3d", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-0": { + "PhpId3": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Shubham Jain", + "email": "shubham.jain.1@gmail.com" + } + ], + "description": "A MP3 ID3 tags reader in native PHP", + "support": { + "issues": "https://github.com/shubhamjain/PHP-ID3/issues", + "source": "https://github.com/shubhamjain/PHP-ID3/tree/master" + }, + "time": "2015-09-10T04:13:26+00:00" + }, + { + "name": "twbs/bootstrap", + "version": "v3.4.1", + "source": { + "type": "git", + "url": "https://github.com/twbs/bootstrap.git", + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e", + "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e", + "shasum": "" + }, + "replace": { + "twitter/bootstrap": "self.version" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + }, + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + } + ], + "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", + "homepage": "https://getbootstrap.com/", + "keywords": [ + "JS", + "css", + "framework", + "front-end", + "less", + "mobile-first", + "responsive", + "web" + ], + "support": { + "issues": "https://github.com/twbs/bootstrap/issues", + "source": "https://github.com/twbs/bootstrap/tree/v3.4.1" + }, + "time": "2019-02-13T15:55:38+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "dev", + "stability-flags": { + "shubhamjain/php-id3": 20 + }, + "prefer-stable": false, + "prefer-lowest": false, + "platform": {}, + "platform-dev": {}, + "plugin-api-version": "2.9.0" +} |
