- Add CloudronStack/output/CloudronPackages-Artifacts/tirreno/ directory and its contents - Includes package manifest, Dockerfile, source code, documentation, and build artifacts - Add tirreno-1761840148.tar.gz as a build artifact - Add tirreno-cloudron-package-1761841304.tar.gz as the Cloudron package - Include all necessary files for the tirreno Cloudron package This adds the complete tirreno Cloudron package artifacts to the repository.
		
			
				
	
	
		
			31 lines
		
	
	
		
			647 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			647 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "mustangostang/spyc",
 | 
						|
    "description": "A simple YAML loader/dumper class for PHP",
 | 
						|
    "type": "library",
 | 
						|
    "keywords": [
 | 
						|
        "spyc",
 | 
						|
        "yaml",
 | 
						|
        "yml"
 | 
						|
    ],
 | 
						|
    "homepage": "https://github.com/mustangostang/spyc/",
 | 
						|
    "authors" : [{
 | 
						|
        "name": "mustangostang",
 | 
						|
        "email": "vlad.andersen@gmail.com"
 | 
						|
    }],
 | 
						|
    "license": "MIT",
 | 
						|
    "require": {
 | 
						|
        "php": ">=5.3.1"
 | 
						|
    },
 | 
						|
    "autoload": {
 | 
						|
        "files": [ "Spyc.php" ]
 | 
						|
    },
 | 
						|
    "require-dev": {
 | 
						|
        "phpunit/phpunit": "4.3.*@dev"
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
        "branch-alias": {
 | 
						|
            "dev-master": "0.5.x-dev"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |