Compare commits

..

No commits in common. '4a59a880963c16f070c7b6833e01ae952f528743' and '8b7348cfbcf40a74e60f42669f7823c2e8c000f9' have entirely different histories.

@ -14,7 +14,7 @@ Esta lib permite requisições às rotas rest2 do jasperserver a partir de um pr
"repositories": [
{
"type": "git",
"url": "https://git.ae3tecnologia.com.br/AE3_TECNOLOGIA_OPENSOURCE/jasperserver-laravel-integrator"
"url": "https://gitlab.com/ae3-tecnologia-opensource/libs/jasperserver-laravel-integrator.git"
}
]
}

@ -10,12 +10,12 @@
}
],
"require": {
"php": "^8.2",
"laravel/framework": "^11.0",
"php": "^7.1.3",
"laravel/framework": "5.8.*",
"jaspersoft/rest-client": "^2.0"
},
"require-dev": {
"orchestra/testbench": "^8.15.0"
"orchestra/testbench": "^3.8"
},
"autoload": {
"psr-4": {

Loading…
Cancel
Save