trying to add a composer file to avoid to manually install all dependencies
This commit is contained in:
		
							
								
								
									
										67
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										67
									
								
								composer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,67 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "bachir/d8_starterkit_profile",
 | 
			
		||||
  "type": "drupal-profile",
 | 
			
		||||
  "description": "Starter kit install profil by figureslibres",
 | 
			
		||||
  "keywords": ["Drupal","FiguresLibres", "StarterKit"],
 | 
			
		||||
  "require": {
 | 
			
		||||
    "drupal/core": "8.*",
 | 
			
		||||
    "cweagans/composer-patches": "^1.6",
 | 
			
		||||
    "drush/drush": "^9.5",
 | 
			
		||||
    "drupal/console": "^1.8",
 | 
			
		||||
    "drupal/admin_toolbar": "^1.24",
 | 
			
		||||
    "drupal/filter_perms": "1.x-dev",
 | 
			
		||||
    "drupal/menu_admin_per_menu": "^1.0",
 | 
			
		||||
    "drupal/toolbar_themes": "^1.0@alpha",
 | 
			
		||||
    "drupal/autologout": "^1.0",
 | 
			
		||||
    "drupal/config_update": "^1.5",
 | 
			
		||||
    "drupal/email_registration": "^1.0@RC",
 | 
			
		||||
    "drupal/pathauto": "^1.3",
 | 
			
		||||
    "drupal/profile": "^1.0@RC",
 | 
			
		||||
    "drupal/redirect": "^1.3",
 | 
			
		||||
    "drupal/token": "^1.5",
 | 
			
		||||
    "drupal/url_to_video_filter": "^1.3",
 | 
			
		||||
    "drupal/field_group": "^1.0",
 | 
			
		||||
    "drupal/path_alias_xt": "1.x-dev",
 | 
			
		||||
    "drupal/bulkdelete": "1.x-dev",
 | 
			
		||||
    "drupal/filefield_sources": "1.x-dev",
 | 
			
		||||
    "drupal/config_ignore": "^2.1",
 | 
			
		||||
    "drupal/config_filter": "^1.3",
 | 
			
		||||
    "drupal/config_devel": "^1.2",
 | 
			
		||||
    "drupal/context": "^4.0@beta",
 | 
			
		||||
    "drupal/maillog": "1.x-dev",
 | 
			
		||||
    "drupal/date_range_formatter": "^3.1",
 | 
			
		||||
    "drupal/devel": "^1.2",
 | 
			
		||||
    "drupal/devel_generate": "^1.2",
 | 
			
		||||
    "drupal/kint": "^1.2",
 | 
			
		||||
    "drupal/domain": "^1.0@alpha",
 | 
			
		||||
    "drupal/domain_alias": "^1.0@alpha",
 | 
			
		||||
    "drupal/domain_config": "^1.0@alpha",
 | 
			
		||||
    "drupal/domain_site_settings": "^1.3",
 | 
			
		||||
    "drupal/better_messages": "^1.0@alpha",
 | 
			
		||||
    "drupal/extlink": "^1.1",
 | 
			
		||||
    "drupal/linkit": "^4.3",
 | 
			
		||||
    "drupal/translation_views": "^1.0@alpha",
 | 
			
		||||
    "drupal/redis": "^1.0",
 | 
			
		||||
    "drupal/workflow": "^1.1",
 | 
			
		||||
    "drupal/search_api": "^1.10",
 | 
			
		||||
    "drupal/search_api_db": "^1.10",
 | 
			
		||||
    "drupal/honeypot": "^1.29",
 | 
			
		||||
    "drupal/matomo": "^1.7",
 | 
			
		||||
    "drupal/synonyms": "^1.0@alpha",
 | 
			
		||||
    "drupal/audiofield": "^1.6",
 | 
			
		||||
    "drupal/views_bulk_operations": "^2.4",
 | 
			
		||||
    "drupal/views_bulk_edit": "^2.2",
 | 
			
		||||
    "drupal/actions_permissions": "^2.4",
 | 
			
		||||
    "drupal/adminimal_theme": "^1.3"
 | 
			
		||||
  },
 | 
			
		||||
  "repositories": [
 | 
			
		||||
    {
 | 
			
		||||
        "type": "composer",
 | 
			
		||||
        "url": "https://figureslibres.io/gogs"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "type": "composer",
 | 
			
		||||
        "url": "https://packages.drupal.org/8"
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user