summaryrefslogblamecommitdiffstats
path: root/composer.json
blob: 5b0f97d5a177cb1767445589c3a1a1a174e17ade (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                  
                    
                                        
            
                             
       

                                                  
                                                

                
                                                                                                                  
     
 
{
    "name": "eternal-terror/giglogadmin",
    "description": "Assign reviewers and photographers to concerts for WordPress",
    "type": "wordpress-plugin",
    "license": "AGPLv3",
    "authors": [
        {
            "name": "Harald Eilertsen",
            "email": "haraldei@anduin.net"
        },
        {
            "name": "Andrea Chirulescu",
            "email": "andrea.chirulescu@gmail.com"
        }
    ],
    "require-dev": {
        "wp-phpunit/wp-phpunit": "^5.7",
<<<<<<< HEAD
        "vimeo/psalm": "^4.7"
=======
        "vimeo/psalm": "^4.7",
        "humanmade/psalm-plugin-wordpress": "^2.0"
>>>>>>> 142ff436282844677b8b4e7d8ececd44440ec96d
    },
    "scripts": {
        "test": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml'"
    }
}