Skip to content
Snippets Groups Projects
Select Git revision
  • 94e70faadeb52d8d0cc1d0a6769caa2dbc7bafe8
  • main default protected
  • 2.0.0 protected
  • 2.0.0a3 protected
  • 2.0.0a2 protected
  • 2.0.0a1 protected
  • 1.1.3 protected
  • 1.1.2 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.4 protected
  • 1.0.3 protected
  • 1.0.2 protected
  • 1.0.1 protected
  • 1.0.0 protected
  • 0.0.29 protected
  • 0.0.28 protected
17 results

architecture.md

Blame
  • composer.json 834 B
    {
    	"name": "jards/eventsapi",
    	"repositories": [
            {
                "type": "vcs",
                "url": "https://gitlab.version.fz-juelich.de/jards/EventsAPIClient.git"
            },
            {
                "type": "vcs",
                "url": "https://gitlab.version.fz-juelich.de/jards/GCSJARDSAPIClient.git"
            },
            {
    			"type" : "vcs",
    			"url" : "https://gitlab.version.fz-juelich.de/jards/Silex.git"
    		}
        ],
    	"require": {
    		"silex/silex" : "^2.3",
    		"jards/eventsapiclient": "dev-php8.1_deprecations",
    		"jards/gcsjardsapiclient": "dev-php8.1_deprecations",
    		"phpmailer/phpmailer": ">=6.0"
    	},
    	"require-dev": {
            "phpunit/phpunit": "^9.5.5"
        },
    	 "autoload": {
            "psr-4": {	"jards\\eventsapi\\": "lib/",
            			"jards\\eventsapi\\tests\\": "tests/"
            		}
        }
    }