Skip to content
Snippets Groups Projects
composer.json 6.32 KiB
Newer Older
  • Learn to ignore specific revisions
  • agata's avatar
    agata committed
        "name": "noblogs/noblogs-composer",
    
        "type": "project",
        "license": "GPL-2.0-or-later",
        "description": "WordPress codebase for Noblogs, managed with Composer",
    
        "authors": [
            {
                "name": "lucha",
                "email": "lucha@paranoici.org" 
    
    lucha's avatar
    lucha committed
            }	
    
        ],
        "repositories": [
            {
                "type": "composer",
                "url" : "https://wpackagist.org"
    
    lucha's avatar
    lucha committed
            },
    
    	"wpackagist-plugin/wpmu-custom-css": "^1.06",
            "wpackagist-theme/azul": "^1.51",
            "wpackagist-theme/bliss": "^1.2",
            "wpackagist-theme/carrington-blog": "^2.3",
            "wpackagist-theme/classic": "^1.6",
            "wpackagist-theme/default": "^1.7",
            "wpackagist-theme/disconnected": "^1.3",
            "wpackagist-theme/elegant-grunge": "^1.1",
            "wpackagist-theme/fixed-blix": "^2009.08",
            "wpackagist-theme/fresh-editorial": "^2.1",
            "wpackagist-theme/gone-fishing": "^2.0",
            "wpackagist-theme/hybrid": "^1.2",
            "wpackagist-theme/inove": "^3.0",
            "wpackagist-theme/launchpad": "^1.6",
            "wpackagist-theme/micro": "^1.5",
    	"wpackagist-theme/minimalism": "1.0.3",
            "wpackagist-theme/mnml": "^1.3",
            "wpackagist-theme/ocular-professor": "^1.3",
            "wpackagist-theme/plaintxtblog": "^4.6",
            "wpackagist-theme/primepress": "^1.4",
            "wpackagist-theme/rusty-grunge": "^1.3",
            "wpackagist-theme/sandbox": "^1.6",
            "wpackagist-theme/simplex": "2.0.1.3",
            "wpackagist-theme/tanzaku": "^1.1",
            "wpackagist-theme/thematic": "^1.0",
            "wpackagist-theme/the-scenery": "^0.93.0",
            "wpackagist-theme/threattocreativity": "^3.2",
            "wpackagist-theme/twentyeleven": "^3.5",
            "wpackagist-theme/twentyfifteen": "^2.7",
            "wpackagist-theme/twentyfourteen": "^2.9",
            "wpackagist-theme/twentynineteen": "^1.7",
            "wpackagist-theme/twentyseventeen": "^2.4",
            "wpackagist-theme/twentysixteen": "^2.2",
            "wpackagist-theme/twentyten": "^3.1",
            "wpackagist-theme/twentythirteen": "^3.1",
            "wpackagist-theme/twentytwelve": "^3.2",
            "wpackagist-theme/twentytwenty": "^1.5",
            "wpackagist-theme/veryplaintxt": "^4.6",
            "wpackagist-theme/wp-andreas01": "^2.0",
    
            "wordpress-install-dir": "app",
    
    	"installer-types": ["bower-asset", "npm-asset"],
    
                "app/{$name}": ["type:wordpress-dropin"],
    
    	    "app/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
    
                "app/wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
                "app/wp-content/themes/{$name}/": ["type:wordpress-theme"],
    	    "app/wp-includes/js/{$name}/": ["type:npm-asset", "type:bower-asset"]
    
            "wordpress-language-dir": "app/wp-content/languages/",
    
            "wordpress-languages": ["ar", "ca","cy","da_DK","de_DE","el", "en_GB", "es_ES","fi","fr_FR", "it_IT","ja", "nl_NL", "nn_NO","pt_PT","ru_RU","sk_SK", "sv_SE", "ro_RO"],
    
            "patches-file": "composer.patches.json",        
    
                "app/wp-content/mu-plugins" : [
    
    lucha's avatar
    lucha committed
                    "package:wpackagist-plugin/disable-wordpress-updates",
                    "package:wpackagist-plugin/wpmu-new-blog-defaults",
                    "package:wpackagist-plugin/disable-emojis",
    		"type:wordpress-muplugin"
    
    	    "app/wp-content/themes" : [
    
    lucha's avatar
    lucha committed
    		"package:noblogs/themes-child"
    	    ],
    
                "app/wp-content": ["package:wpackagist-plugin/hyperdb:db.php", "package:wpackagist-plugin/wp-super-cache:advanced-cache.php"],
                "app": ["package:noblogs/r2db:db-config.php,nginx-map/wp-nginx-map-json.php,nginx-map/wp-nginx-map.php"]