File tree 6 files changed +38
-23
lines changed
6 files changed +38
-23
lines changed Original file line number Diff line number Diff line change 1
- language : php
1
+ jobs :
2
+ include :
3
+ - language : php
4
+ php :
5
+ - 7.3
6
+ before_script :
7
+ - travis_retry composer install --prefer-source --no-interaction --dev
8
+ script :
9
+ - XDEBUG_MODE=coverage ./vendor/bin/phpspec run --config=phpspec.yml --no-interaction -v
10
+ - language : python
11
+ python : 3.9
12
+ before_script :
13
+ - cd documentation
14
+ - pip install -r requirements.txt
15
+ script :
16
+ - sphinx-build ./ ./_build
2
17
3
- php :
4
- - 7.3
5
- before_script :
6
- - travis_retry composer install --prefer-source --no-interaction --dev
7
- script :
8
- - XDEBUG_MODE=coverage ./vendor/bin/phpspec run --config=phpspec.yml --no-interaction -v
9
-
10
- deploy :
11
- provider : pages
12
- cleanup : false
13
- github_token : $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
14
- keep_history : true
15
- on :
16
- branch : main
18
+ deploy :
19
+ provider : pages
20
+ skip_cleanup : true
21
+ github_token : $GITHUB_TOKEN
22
+ keep_history : true
23
+ local_dir : documentation/_build
24
+ verbose : true
25
+ on :
26
+ branch : master
Original file line number Diff line number Diff line change 10
10
" serviceprovider"
11
11
],
12
12
"license" : " GPL-3.0-only" ,
13
- "version" : " 2 .0.1 " ,
13
+ "version" : " 3 .0.0 " ,
14
14
"require" : {
15
- "typo3/minimal" : " >=9.5 " ,
15
+ "typo3/minimal" : " >=9" ,
16
16
"daniel-pfeil/serviceprovider-apache-shib" : " ^1.1.0"
17
17
},
18
18
"require-dev" : {
Original file line number Diff line number Diff line change
1
+ Test
2
+ ====
3
+
4
+ If you want to test the extension without installation of the apache2 saml sp module, you can use the docker-compose
5
+ file. You can set the environment variables (normaly set by the apache2 saml sp module) in the Dockerfile.
6
+ After a successful startup use `db ` as DB Connection and the user/password combination in the docker-compoe file.
7
+ Then you can access the installation via `localhost ` in your browser.
Original file line number Diff line number Diff line change 1
- .. TYPO3 SAML Authentication documentation master file, created by
2
- sphinx-quickstart on Wed Nov 14 09:55:18 2018.
3
- You can adapt this file completely to your liking, but it should at least
4
- contain the root `toctree ` directive.
5
-
6
1
Welcome to TYPO3 SAML Authentication's documentation!
7
2
=====================================================
8
3
@@ -13,6 +8,7 @@ Welcome to TYPO3 SAML Authentication's documentation!
13
8
Installation.rst
14
9
Configuration.rst
15
10
Usage.rst
11
+ Test.rst
16
12
BugsAndFeatureRequests.rst
17
13
18
14
Contribution
Original file line number Diff line number Diff line change
1
+ sphinx
2
+ t3SphinxThemeRtd
Original file line number Diff line number Diff line change 24
24
'category ' => 'services ' ,
25
25
'constraints ' => [
26
26
'depends ' => [
27
- 'typo3 ' => '8.7 .0-10.4.14 ' ,
27
+ 'typo3 ' => '9.0 .0-10.4.14 ' ,
28
28
],
29
29
],
30
30
'state ' => 'stable ' ,
You can’t perform that action at this time.
0 commit comments