mirror of
				https://github.com/slawkens/myaac.git
				synced 2025-10-31 16:06:24 +01:00 
			
		
		
		
	 0ea247ce7e
			
		
	
	0ea247ce7e
	
	
	
		
			
			* Check plugins versions from plugins.my-aac.org/api * Improve plugin update check messaging Updated the success message when checking for plugin updates to clarify the source. Added an informational message when outdated plugins are found to improve user feedback. * Use configurable API URI for plugin updates Replaces hardcoded plugin API URI with a configurable value from config, defaulting to the official API. Also fixes a typo in the success message.
		
			
				
	
	
		
			34 lines
		
	
	
		
			893 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			893 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "require": {
 | |
|         "php": "^8.1",
 | |
|         "ext-pdo": "*",
 | |
|         "ext-pdo_mysql": "*",
 | |
|         "ext-json": "*",
 | |
|         "ext-xml": "*",
 | |
|         "ext-dom": "*",
 | |
|         "phpmailer/phpmailer": "^6.1",
 | |
|         "composer/semver": "^3.2",
 | |
|         "twig/twig": "^3.11",
 | |
|         "erusev/parsedown": "^1.7",
 | |
|         "nikic/fast-route": "^1.3",
 | |
|         "matomo/device-detector": "^6.0",
 | |
|         "illuminate/database": "^10.18",
 | |
|         "peppeocchi/php-cron-scheduler": "4.*",
 | |
|         "symfony/console": "^6.4",
 | |
|         "symfony/string": "^6.4",
 | |
|         "symfony/var-dumper": "^6.4",
 | |
|         "filp/whoops": "^2.15",
 | |
|         "maximebf/debugbar": "1.*",
 | |
|         "guzzlehttp/guzzle": "7.9.3"
 | |
|     },
 | |
|     "require-dev": {
 | |
|         "phpstan/phpstan": "^1.10"
 | |
|     },
 | |
|     "autoload": {
 | |
|         "psr-4": {
 | |
|             "MyAAC\\": "system/src"
 | |
|         },
 | |
|         "files": ["system/src/global.php"]
 | |
|     }
 | |
| }
 |